Html Css Color HEX #A892CD Biloba Flower

📋 copy color: '#A892CD'

red 168 ◦ green 146 ◦ blue 205

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

Shades of Biloba Flower #A892CD

Tints of Biloba Flower #A892CD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.13%

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

R = 32.37%
G = 28.13%
B = 39.5%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A892CD (or 0xA892CD) is known color: Biloba Flower. HEX triplet: A8, 92 and CD. RGB value is (168,146,205). Sum of RGB (Red+Green+Blue) = 168+146+205=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A892CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892CD is #576D32. Grayscale: #9F9F9F. Windows color (decimal): -5729587 or 13472424. OLE color: 13472424.

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

Color convert

RGB 168 146 205 -
CMYK 0.18 0.29 0 0.20
HSL 262.37º 0.37% 0.69% -
HSV(B) 262.37º 0.29% 0.8% -
XYZ 37.45 33.29 62.21 -
YUV 159.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 168 146 205 0.18 0.29 0 0.20 262.37 0.37 0.69
Hex A8 92 CD 12 1D 0 14 106 25 45
Octal 250 222 315 22 35 0 24 406 45 105
Binary 10101000 10010010 11001101 10010 11101 0 10100 100000110 100101 1000101

Color Harmonies of #A892CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A892CD

Black with #A892CD

Text Example


Text Example

White with #A892CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A892CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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