Html Css Color HEX #A09EF9 Perano

📋 copy color: '#A09EF9'

red 160 ◦ green 158 ◦ blue 249

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

Shades of Perano #A09EF9

Tints of Perano #A09EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.92%

R = 28.22%
G = 27.87%
B = 43.92%

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

#A09EF9 (or 0xA09EF9) is known color: Perano. HEX triplet: A0, 9E and F9. RGB value is (160,158,249). Sum of RGB (Red+Green+Blue) = 160+158+249=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #A09EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EF9 is #5F6106. Grayscale: #A8A8A8. Windows color (decimal): -6250759 or 16359072. OLE color: 16359072.

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

Color convert

RGB 160 158 249 -
CMYK 0.36 0.37 0 0.02
HSL 241.32º 0.88% 0.8% -
HSV(B) 241.32º 0.37% 0.98% -
XYZ 43.82 38.77 94.8 -
YUV 168.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 160 158 249 0.36 0.37 0 0.02 241.32 0.88 0.8
Hex A0 9E F9 24 25 0 2 F1 58 50
Octal 240 236 371 44 45 0 2 361 130 120
Binary 10100000 10011110 11111001 100100 100101 0 10 11110001 1011000 1010000

Color Harmonies of #A09EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EF9

Black with #A09EF9

Text Example


Text Example

White with #A09EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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