Html Css Color HEX #A09EFB Perano

📋 copy color: '#A09EFB'

red 160 ◦ green 158 ◦ blue 251

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

Shades of Perano #A09EFB

Tints of Perano #A09EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.77%

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

R = 28.12%
G = 27.77%
B = 44.11%

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

#A09EFB (or 0xA09EFB) is known color: Perano. HEX triplet: A0, 9E and FB. RGB value is (160,158,251). Sum of RGB (Red+Green+Blue) = 160+158+251=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #A09EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EFB is #5F6104. Grayscale: #A8A8A8. Windows color (decimal): -6250757 or 16490144. OLE color: 16490144.

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

Color convert

RGB 160 158 251 -
CMYK 0.36 0.37 0 0.02
HSL 241.29º 0.92% 0.8% -
HSV(B) 241.29º 0.37% 0.98% -
XYZ 44.14 38.89 96.45 -
YUV 169.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 160 158 251 0.36 0.37 0 0.02 241.29 0.92 0.8
Hex A0 9E FB 24 25 0 2 F1 5C 50
Octal 240 236 373 44 45 0 2 361 134 120
Binary 10100000 10011110 11111011 100100 100101 0 10 11110001 1011100 1010000

Color Harmonies of #A09EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EFB

Black with #A09EFB

Text Example


Text Example

White with #A09EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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