Html Css Color HEX #A08CDE Biloba Flower

📋 copy color: '#A08CDE'

red 160 ◦ green 140 ◦ blue 222

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

Shades of Biloba Flower #A08CDE

Tints of Biloba Flower #A08CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 30.65%
G = 26.82%
B = 42.53%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08CDE (or 0xA08CDE) is known color: Biloba Flower. HEX triplet: A0, 8C and DE. RGB value is (160,140,222). Sum of RGB (Red+Green+Blue) = 160+140+222=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #A08CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CDE is #5F7321. Grayscale: #9B9B9B. Windows color (decimal): -6255394 or 14584992. OLE color: 14584992.

HSL color Cylindrical-coordinate representation of color #A08CDE: hue angle of 254.63º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A08CDE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 140 222 -
CMYK 0.28 0.37 0 0.13
HSL 254.63º 0.55% 0.71% -
HSV(B) 254.63º 0.37% 0.87% -
XYZ 37.06 31.5 73.23 -
YUV 155.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 160 140 222 0.28 0.37 0 0.13 254.63 0.55 0.71
Hex A0 8C DE 1C 25 0 D FF 37 47
Octal 240 214 336 34 45 0 15 377 67 107
Binary 10100000 10001100 11011110 11100 100101 0 1101 11111111 110111 1000111

Color Harmonies of #A08CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CDE

Black with #A08CDE

Text Example


Text Example

White with #A08CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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