Html Css Color HEX #A59BFF Perano

📋 copy color: '#A59BFF'

red 165 ◦ green 155 ◦ blue 255

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

Shades of Perano #A59BFF

Tints of Perano #A59BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.96%

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

R = 28.7%
G = 26.96%
B = 44.35%

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

#A59BFF (or 0xA59BFF) is known color: Perano. HEX triplet: A5, 9B and FF. RGB value is (165,155,255). Sum of RGB (Red+Green+Blue) = 165+155+255=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #A59BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BFF is #5A6400. Grayscale: #A9A9A9. Windows color (decimal): -5923841 or 16751525. OLE color: 16751525.

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

Color convert

RGB 165 155 255 -
CMYK 0.35 0.39 0 0
HSL 246º 1% 0.8% -
HSV(B) 246º 0.39% 1% -
XYZ 45.29 38.66 99.68 -
YUV 169.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 165 155 255 0.35 0.39 0 0 246 1 0.8
Hex A5 9B FF 23 27 0 0 F6 64 50
Octal 245 233 377 43 47 0 0 366 144 120
Binary 10100101 10011011 11111111 100011 100111 0 0 11110110 1100100 1010000

Color Harmonies of #A59BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BFF

Black with #A59BFF

Text Example


Text Example

White with #A59BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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