Html Css Color HEX #A08CE4 Biloba Flower

📋 copy color: '#A08CE4'

red 160 ◦ green 140 ◦ blue 228

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

Shades of Biloba Flower #A08CE4

Tints of Biloba Flower #A08CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.18%

R = 30.3%
G = 26.52%
B = 43.18%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A08CE4 (or 0xA08CE4) is known color: Biloba Flower. HEX triplet: A0, 8C and E4. RGB value is (160,140,228). Sum of RGB (Red+Green+Blue) = 160+140+228=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #A08CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CE4 is #5F731B. Grayscale: #9B9B9B. Windows color (decimal): -6255388 or 14978208. OLE color: 14978208.

HSL color Cylindrical-coordinate representation of color #A08CE4: hue angle of 253.64º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08CE4 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 140 228 -
CMYK 0.30 0.39 0 0.11
HSL 253.64º 0.62% 0.72% -
HSV(B) 253.64º 0.39% 0.89% -
XYZ 37.88 31.83 77.55 -
YUV 156.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 160 140 228 0.30 0.39 0 0.11 253.64 0.62 0.72
Hex A0 8C E4 1E 27 0 B FE 3E 48
Octal 240 214 344 36 47 0 13 376 76 110
Binary 10100000 10001100 11100100 11110 100111 0 1011 11111110 111110 1001000

Color Harmonies of #A08CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CE4

Black with #A08CE4

Text Example


Text Example

White with #A08CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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