Html Css Color HEX #A59CFB Perano

📋 copy color: '#A59CFB'

red 165 ◦ green 156 ◦ blue 251

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

Shades of Perano #A59CFB

Tints of Perano #A59CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 28.85%
G = 27.27%
B = 43.88%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A59CFB (or 0xA59CFB) is known color: Perano. HEX triplet: A5, 9C and FB. RGB value is (165,156,251). Sum of RGB (Red+Green+Blue) = 165+156+251=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #A59CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CFB is #5A6304. Grayscale: #A9A9A9. Windows color (decimal): -5923589 or 16489637. OLE color: 16489637.

HSL color Cylindrical-coordinate representation of color #A59CFB: hue angle of 245.68º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59CFB is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 156 251 -
CMYK 0.34 0.38 0 0.02
HSL 245.68º 0.92% 0.8% -
HSV(B) 245.68º 0.38% 0.98% -
XYZ 44.82 38.74 96.38 -
YUV 169.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 165 156 251 0.34 0.38 0 0.02 245.68 0.92 0.8
Hex A5 9C FB 22 26 0 2 F6 5C 50
Octal 245 234 373 42 46 0 2 366 134 120
Binary 10100101 10011100 11111011 100010 100110 0 10 11110110 1011100 1010000

Color Harmonies of #A59CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CFB

Black with #A59CFB

Text Example


Text Example

White with #A59CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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