Html Css Color HEX #A09DFB Perano

📋 copy color: '#A09DFB'

red 160 ◦ green 157 ◦ blue 251

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

Shades of Perano #A09DFB

Tints of Perano #A09DFB

RGB

 RED value IS 160 (62.89% from 255) = 28.17%

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

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

R = 28.17%
G = 27.64%
B = 44.19%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A09DFB (or 0xA09DFB) is known color: Perano. HEX triplet: A0, 9D and FB. RGB value is (160,157,251). Sum of RGB (Red+Green+Blue) = 160+157+251=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #A09DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DFB is #5F6204. Grayscale: #A8A8A8. Windows color (decimal): -6251013 or 16489888. OLE color: 16489888.

HSL color Cylindrical-coordinate representation of color #A09DFB: hue angle of 241.91º 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 #A09DFB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 157 251 -
CMYK 0.36 0.37 0 0.02
HSL 241.91º 0.92% 0.8% -
HSV(B) 241.91º 0.37% 0.98% -
XYZ 43.97 38.55 96.39 -
YUV 168.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 160 157 251 0.36 0.37 0 0.02 241.91 0.92 0.8
Hex A0 9D FB 24 25 0 2 F2 5C 50
Octal 240 235 373 44 45 0 2 362 134 120
Binary 10100000 10011101 11111011 100100 100101 0 10 11110010 1011100 1010000

Color Harmonies of #A09DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DFB

Black with #A09DFB

Text Example


Text Example

White with #A09DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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