Html Css Color HEX #A599FD Perano

📋 copy color: '#A599FD'

red 165 ◦ green 153 ◦ blue 253

#A599FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A599FD

Tints of Perano #A599FD

RGB

 RED value IS 165 (64.84% from 255) = 28.9%

 GREEN value IS 153 (60.16% from 255) = 26.8%

 BLUE value IS 253 (99.22% from 255) = 44.31%

R = 28.9%
G = 26.8%
B = 44.31%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A599FD (or 0xA599FD) is known color: Perano. HEX triplet: A5, 99 and FD. RGB value is (165,153,253). Sum of RGB (Red+Green+Blue) = 165+153+253=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #A599FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599FD is #5A6602. Grayscale: #A7A7A7. Windows color (decimal): -5924355 or 16619941. OLE color: 16619941.

HSL color Cylindrical-coordinate representation of color #A599FD: hue angle of 247.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A599FD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 153 253 -
CMYK 0.35 0.40 0 0.01
HSL 247.2º 0.96% 0.8% -
HSV(B) 247.2º 0.4% 0.99% -
XYZ 44.64 37.87 97.89 -
YUV 167.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 165 153 253 0.35 0.40 0 0.01 247.2 0.96 0.8
Hex A5 99 FD 23 28 0 1 F7 60 50
Octal 245 231 375 43 50 0 1 367 140 120
Binary 10100101 10011001 11111101 100011 101000 0 1 11110111 1100000 1010000

Color Harmonies of #A599FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599FD

Black with #A599FD

Text Example


Text Example

White with #A599FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599FD; }

 p { color: rgb(165,153,253); }

 H1.HeaderClassName
 {
   color: #A599FD;
 }
 .AnyTagClassName
 {
   color: #A599FD;
 }
</style>

background-color css

<style>
 a { background-color: #A599FD; }

 a { background-color: rgb(165,153,253); }

 div.DivClassName
 {
   background-color: #A599FD;
 }
 .BgClassName
 {
   background-color: #A599FD;
 }
</style>

border-color css

<style>
 span { border-color: #A599FD; }

 span { border-color: rgb(165,153,253); }

 td.TdClassName
 {
   border-color: #A599FD;
 }
 .TagClassName
 {
   border-color: #A599FD;
 }
</style>