Html Css Color HEX #A893CE Biloba Flower

📋 copy color: '#A893CE'

red 168 ◦ green 147 ◦ blue 206

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

Shades of Biloba Flower #A893CE

Tints of Biloba Flower #A893CE

RGB

 RED value IS 168 (66.02% from 255) = 32.25%

 GREEN value IS 147 (57.81% from 255) = 28.21%

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 32.25%
G = 28.21%
B = 39.54%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A893CE (or 0xA893CE) is known color: Biloba Flower. HEX triplet: A8, 93 and CE. RGB value is (168,147,206). Sum of RGB (Red+Green+Blue) = 168+147+206=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A893CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893CE is #576C31. Grayscale: #9F9F9F. Windows color (decimal): -5729330 or 13538216. OLE color: 13538216.

HSL color Cylindrical-coordinate representation of color #A893CE: hue angle of 261.36º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A893CE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 147 206 -
CMYK 0.18 0.29 0 0.19
HSL 261.36º 0.38% 0.69% -
HSV(B) 261.36º 0.29% 0.81% -
XYZ 37.72 33.65 62.9 -
YUV 160.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 168 147 206 0.18 0.29 0 0.19 261.36 0.38 0.69
Hex A8 93 CE 12 1D 0 13 105 26 45
Octal 250 223 316 22 35 0 23 405 46 105
Binary 10101000 10010011 11001110 10010 11101 0 10011 100000101 100110 1000101

Color Harmonies of #A893CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893CE

Black with #A893CE

Text Example


Text Example

White with #A893CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893CE; }

 p { color: rgb(168,147,206); }

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

background-color css

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

 a { background-color: rgb(168,147,206); }

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

border-color css

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

 span { border-color: rgb(168,147,206); }

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