Html Css Color HEX #A08CEB Biloba Flower

📋 copy color: '#A08CEB'

red 160 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #A08CEB

Tints of Biloba Flower #A08CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 29.91%
G = 26.17%
B = 43.93%

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

#A08CEB (or 0xA08CEB) is known color: Biloba Flower. HEX triplet: A0, 8C and EB. RGB value is (160,140,235). Sum of RGB (Red+Green+Blue) = 160+140+235=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #A08CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CEB is #5F7314. Grayscale: #9C9C9C. Windows color (decimal): -6255381 or 15436960. OLE color: 15436960.

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

Color convert

RGB 160 140 235 -
CMYK 0.32 0.40 0 0.08
HSL 252.63º 0.7% 0.74% -
HSV(B) 252.63º 0.4% 0.92% -
XYZ 38.87 32.23 82.77 -
YUV 156.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 160 140 235 0.32 0.40 0 0.08 252.63 0.7 0.74
Hex A0 8C EB 20 28 0 8 FD 46 4A
Octal 240 214 353 40 50 0 10 375 106 112
Binary 10100000 10001100 11101011 100000 101000 0 1000 11111101 1000110 1001010

Color Harmonies of #A08CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CEB

Black with #A08CEB

Text Example


Text Example

White with #A08CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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