Html Css Color HEX #A09EF4 Perano

📋 copy color: '#A09EF4'

red 160 ◦ green 158 ◦ blue 244

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

Shades of Perano #A09EF4

Tints of Perano #A09EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.42%

R = 28.47%
G = 28.11%
B = 43.42%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A09EF4 (or 0xA09EF4) is known color: Perano. HEX triplet: A0, 9E and F4. RGB value is (160,158,244). Sum of RGB (Red+Green+Blue) = 160+158+244=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #A09EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EF4 is #5F610B. Grayscale: #A8A8A8. Windows color (decimal): -6250764 or 16031392. OLE color: 16031392.

HSL color Cylindrical-coordinate representation of color #A09EF4: hue angle of 241.4º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09EF4 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 158 244 -
CMYK 0.34 0.35 0 0.04
HSL 241.4º 0.8% 0.79% -
HSV(B) 241.4º 0.35% 0.96% -
XYZ 43.05 38.46 90.74 -
YUV 168.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 160 158 244 0.34 0.35 0 0.04 241.4 0.8 0.79
Hex A0 9E F4 22 23 0 4 F1 50 4F
Octal 240 236 364 42 43 0 4 361 120 117
Binary 10100000 10011110 11110100 100010 100011 0 100 11110001 1010000 1001111

Color Harmonies of #A09EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EF4

Black with #A09EF4

Text Example


Text Example

White with #A09EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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