Html Css Color HEX #A08EEA Biloba Flower

📋 copy color: '#A08EEA'

red 160 ◦ green 142 ◦ blue 234

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

Shades of Biloba Flower #A08EEA

Tints of Biloba Flower #A08EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 29.85%
G = 26.49%
B = 43.66%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A08EEA (or 0xA08EEA) is known color: Biloba Flower. HEX triplet: A0, 8E and EA. RGB value is (160,142,234). Sum of RGB (Red+Green+Blue) = 160+142+234=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #A08EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EEA is #5F7115. Grayscale: #9D9D9D. Windows color (decimal): -6254870 or 15371936. OLE color: 15371936.

HSL color Cylindrical-coordinate representation of color #A08EEA: hue angle of 251.74º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08EEA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 142 234 -
CMYK 0.32 0.39 0 0.08
HSL 251.74º 0.69% 0.74% -
HSV(B) 251.74º 0.39% 0.92% -
XYZ 39.02 32.76 82.11 -
YUV 157.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 160 142 234 0.32 0.39 0 0.08 251.74 0.69 0.74
Hex A0 8E EA 20 27 0 8 FC 45 4A
Octal 240 216 352 40 47 0 10 374 105 112
Binary 10100000 10001110 11101010 100000 100111 0 1000 11111100 1000101 1001010

Color Harmonies of #A08EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EEA

Black with #A08EEA

Text Example


Text Example

White with #A08EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EEA; }

 p { color: rgb(160,142,234); }

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

background-color css

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

 a { background-color: rgb(160,142,234); }

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

border-color css

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

 span { border-color: rgb(160,142,234); }

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