Html Css Color HEX #A08BEE Biloba Flower

📋 copy color: '#A08BEE'

red 160 ◦ green 139 ◦ blue 238

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

Shades of Biloba Flower #A08BEE

Tints of Biloba Flower #A08BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 29.8%
G = 25.88%
B = 44.32%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A08BEE (or 0xA08BEE) is known color: Biloba Flower. HEX triplet: A0, 8B and EE. RGB value is (160,139,238). Sum of RGB (Red+Green+Blue) = 160+139+238=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #A08BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BEE is #5F7411. Grayscale: #9C9C9C. Windows color (decimal): -6255634 or 15633312. OLE color: 15633312.

HSL color Cylindrical-coordinate representation of color #A08BEE: hue angle of 252.73º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A08BEE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 139 238 -
CMYK 0.33 0.42 0 0.07
HSL 252.73º 0.74% 0.74% -
HSV(B) 252.73º 0.42% 0.93% -
XYZ 39.16 32.11 85.02 -
YUV 156.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 160 139 238 0.33 0.42 0 0.07 252.73 0.74 0.74
Hex A0 8B EE 21 2A 0 7 FD 4A 4A
Octal 240 213 356 41 52 0 7 375 112 112
Binary 10100000 10001011 11101110 100001 101010 0 111 11111101 1001010 1001010

Color Harmonies of #A08BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BEE

Black with #A08BEE

Text Example


Text Example

White with #A08BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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