Html Css Color HEX #A08CEA Biloba Flower

📋 copy color: '#A08CEA'

red 160 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #A08CEA

Tints of Biloba Flower #A08CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.22%

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

R = 29.96%
G = 26.22%
B = 43.82%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A08CEA (or 0xA08CEA) is known color: Biloba Flower. HEX triplet: A0, 8C and EA. RGB value is (160,140,234). Sum of RGB (Red+Green+Blue) = 160+140+234=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #A08CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CEA is #5F7315. Grayscale: #9C9C9C. Windows color (decimal): -6255382 or 15371424. OLE color: 15371424.

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

Color convert

RGB 160 140 234 -
CMYK 0.32 0.40 0 0.08
HSL 252.77º 0.69% 0.73% -
HSV(B) 252.77º 0.4% 0.92% -
XYZ 38.73 32.17 82.01 -
YUV 156.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 160 140 234 0.32 0.40 0 0.08 252.77 0.69 0.73
Hex A0 8C EA 20 28 0 8 FD 45 49
Octal 240 214 352 40 50 0 10 375 105 111
Binary 10100000 10001100 11101010 100000 101000 0 1000 11111101 1000101 1001001

Color Harmonies of #A08CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CEA

Black with #A08CEA

Text Example


Text Example

White with #A08CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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