Html Css Color HEX #A59DFB Perano

📋 copy color: '#A59DFB'

red 165 ◦ green 157 ◦ blue 251

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

Shades of Perano #A59DFB

Tints of Perano #A59DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.4%

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

R = 28.8%
G = 27.4%
B = 43.8%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A59DFB (or 0xA59DFB) is known color: Perano. HEX triplet: A5, 9D and FB. RGB value is (165,157,251). Sum of RGB (Red+Green+Blue) = 165+157+251=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #A59DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DFB is #5A6204. Grayscale: #A9A9A9. Windows color (decimal): -5923333 or 16489893. OLE color: 16489893.

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

Color convert

RGB 165 157 251 -
CMYK 0.34 0.37 0 0.02
HSL 245.11º 0.92% 0.8% -
HSV(B) 245.11º 0.37% 0.98% -
XYZ 44.99 39.08 96.44 -
YUV 170.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 165 157 251 0.34 0.37 0 0.02 245.11 0.92 0.8
Hex A5 9D FB 22 25 0 2 F5 5C 50
Octal 245 235 373 42 45 0 2 365 134 120
Binary 10100101 10011101 11111011 100010 100101 0 10 11110101 1011100 1010000

Color Harmonies of #A59DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DFB

Black with #A59DFB

Text Example


Text Example

White with #A59DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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