Html Css Color HEX #A59CFF Perano

📋 copy color: '#A59CFF'

red 165 ◦ green 156 ◦ blue 255

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

Shades of Perano #A59CFF

Tints of Perano #A59CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.08%

 BLUE value IS 255 (100% from 255) = 44.27%

R = 28.65%
G = 27.08%
B = 44.27%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A59CFF (or 0xA59CFF) is known color: Perano. HEX triplet: A5, 9C and FF. RGB value is (165,156,255). Sum of RGB (Red+Green+Blue) = 165+156+255=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #A59CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CFF is #5A6300. Grayscale: #A9A9A9. Windows color (decimal): -5923585 or 16751781. OLE color: 16751781.

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

Color convert

RGB 165 156 255 -
CMYK 0.35 0.39 0 0
HSL 245.45º 1% 0.81% -
HSV(B) 245.45º 0.39% 1% -
XYZ 45.46 39 99.74 -
YUV 169.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 165 156 255 0.35 0.39 0 0 245.45 1 0.81
Hex A5 9C FF 23 27 0 0 F5 64 51
Octal 245 234 377 43 47 0 0 365 144 121
Binary 10100101 10011100 11111111 100011 100111 0 0 11110101 1100100 1010001

Color Harmonies of #A59CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CFF

Black with #A59CFF

Text Example


Text Example

White with #A59CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CFF; }

 p { color: rgb(165,156,255); }

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

background-color css

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

 a { background-color: rgb(165,156,255); }

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

border-color css

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

 span { border-color: rgb(165,156,255); }

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