Html Css Color HEX #A08BEB Biloba Flower

📋 copy color: '#A08BEB'

red 160 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #A08BEB

Tints of Biloba Flower #A08BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.03%

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

R = 29.96%
G = 26.03%
B = 44.01%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A08BEB (or 0xA08BEB) is known color: Biloba Flower. HEX triplet: A0, 8B and EB. RGB value is (160,139,235). Sum of RGB (Red+Green+Blue) = 160+139+235=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #A08BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BEB is #5F7414. Grayscale: #9B9B9B. Windows color (decimal): -6255637 or 15436704. OLE color: 15436704.

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

Color convert

RGB 160 139 235 -
CMYK 0.32 0.41 0 0.08
HSL 253.13º 0.71% 0.73% -
HSV(B) 253.13º 0.41% 0.92% -
XYZ 38.73 31.94 82.72 -
YUV 156.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 160 139 235 0.32 0.41 0 0.08 253.13 0.71 0.73
Hex A0 8B EB 20 29 0 8 FD 47 49
Octal 240 213 353 40 51 0 10 375 107 111
Binary 10100000 10001011 11101011 100000 101001 0 1000 11111101 1000111 1001001

Color Harmonies of #A08BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BEB

Black with #A08BEB

Text Example


Text Example

White with #A08BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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