Html Css Color HEX #A59AFE Perano

📋 copy color: '#A59AFE'

red 165 ◦ green 154 ◦ blue 254

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

Shades of Perano #A59AFE

Tints of Perano #A59AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.88%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 28.8%
G = 26.88%
B = 44.33%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A59AFE (or 0xA59AFE) is known color: Perano. HEX triplet: A5, 9A and FE. RGB value is (165,154,254). Sum of RGB (Red+Green+Blue) = 165+154+254=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #A59AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59AFE is #5A6501. Grayscale: #A8A8A8. Windows color (decimal): -5924098 or 16685733. OLE color: 16685733.

HSL color Cylindrical-coordinate representation of color #A59AFE: hue angle of 246.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A59AFE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 154 254 -
CMYK 0.35 0.39 0 0.00
HSL 246.6º 0.98% 0.8% -
HSV(B) 246.6º 0.39% 1% -
XYZ 44.96 38.27 98.78 -
YUV 168.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 165 154 254 0.35 0.39 0 0.00 246.6 0.98 0.8
Hex A5 9A FE 23 27 0 0 F7 62 50
Octal 245 232 376 43 47 0 0 367 142 120
Binary 10100101 10011010 11111110 100011 100111 0 0 11110111 1100010 1010000

Color Harmonies of #A59AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59AFE

Black with #A59AFE

Text Example


Text Example

White with #A59AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59AFE; }

 p { color: rgb(165,154,254); }

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

background-color css

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

 a { background-color: rgb(165,154,254); }

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

border-color css

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

 span { border-color: rgb(165,154,254); }

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