Html Css Color HEX #A08CDA Biloba Flower

📋 copy color: '#A08CDA'

red 160 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #A08CDA

Tints of Biloba Flower #A08CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 30.89%
G = 27.03%
B = 42.08%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A08CDA (or 0xA08CDA) is known color: Biloba Flower. HEX triplet: A0, 8C and DA. RGB value is (160,140,218). Sum of RGB (Red+Green+Blue) = 160+140+218=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #A08CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CDA is #5F7325. Grayscale: #9A9A9A. Windows color (decimal): -6255398 or 14322848. OLE color: 14322848.

HSL color Cylindrical-coordinate representation of color #A08CDA: hue angle of 255.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08CDA is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 140 218 -
CMYK 0.27 0.36 0 0.15
HSL 255.38º 0.51% 0.7% -
HSV(B) 255.38º 0.36% 0.85% -
XYZ 36.53 31.29 70.44 -
YUV 154.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 160 140 218 0.27 0.36 0 0.15 255.38 0.51 0.7
Hex A0 8C DA 1B 24 0 F FF 33 46
Octal 240 214 332 33 44 0 17 377 63 106
Binary 10100000 10001100 11011010 11011 100100 0 1111 11111111 110011 1000110

Color Harmonies of #A08CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CDA

Black with #A08CDA

Text Example


Text Example

White with #A08CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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