Html Css Color HEX #A893CD Biloba Flower

📋 copy color: '#A893CD'

red 168 ◦ green 147 ◦ blue 205

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

Shades of Biloba Flower #A893CD

Tints of Biloba Flower #A893CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 32.31%
G = 28.27%
B = 39.42%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A893CD (or 0xA893CD) is known color: Biloba Flower. HEX triplet: A8, 93 and CD. RGB value is (168,147,205). Sum of RGB (Red+Green+Blue) = 168+147+205=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A893CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893CD is #576C32. Grayscale: #9F9F9F. Windows color (decimal): -5729331 or 13472680. OLE color: 13472680.

HSL color Cylindrical-coordinate representation of color #A893CD: hue angle of 261.72º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A893CD is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 147 205 -
CMYK 0.18 0.28 0 0.20
HSL 261.72º 0.37% 0.69% -
HSV(B) 261.72º 0.28% 0.8% -
XYZ 37.6 33.6 62.26 -
YUV 159.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 168 147 205 0.18 0.28 0 0.20 261.72 0.37 0.69
Hex A8 93 CD 12 1C 0 14 106 25 45
Octal 250 223 315 22 34 0 24 406 45 105
Binary 10101000 10010011 11001101 10010 11100 0 10100 100000110 100101 1000101

Color Harmonies of #A893CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893CD

Black with #A893CD

Text Example


Text Example

White with #A893CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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