Html Css Color HEX #A893C9 Biloba Flower

📋 copy color: '#A893C9'

red 168 ◦ green 147 ◦ blue 201

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

Shades of Biloba Flower #A893C9

Tints of Biloba Flower #A893C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 32.56%
G = 28.49%
B = 38.95%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A893C9 (or 0xA893C9) is known color: Biloba Flower. HEX triplet: A8, 93 and C9. RGB value is (168,147,201). Sum of RGB (Red+Green+Blue) = 168+147+201=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #A893C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893C9 is #576C36. Grayscale: #9F9F9F. Windows color (decimal): -5729335 or 13210536. OLE color: 13210536.

HSL color Cylindrical-coordinate representation of color #A893C9: hue angle of 263.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A893C9 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 147 201 -
CMYK 0.16 0.27 0 0.21
HSL 263.33º 0.33% 0.68% -
HSV(B) 263.33º 0.27% 0.79% -
XYZ 37.12 33.41 59.75 -
YUV 159.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 168 147 201 0.16 0.27 0 0.21 263.33 0.33 0.68
Hex A8 93 C9 10 1B 0 15 107 21 44
Octal 250 223 311 20 33 0 25 407 41 104
Binary 10101000 10010011 11001001 10000 11011 0 10101 100000111 100001 1000100

Color Harmonies of #A893C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893C9

Black with #A893C9

Text Example


Text Example

White with #A893C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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