Html Css Color HEX #A892CC Biloba Flower

📋 copy color: '#A892CC'

red 168 ◦ green 146 ◦ blue 204

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

Shades of Biloba Flower #A892CC

Tints of Biloba Flower #A892CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 32.43%
G = 28.19%
B = 39.38%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A892CC (or 0xA892CC) is known color: Biloba Flower. HEX triplet: A8, 92 and CC. RGB value is (168,146,204). Sum of RGB (Red+Green+Blue) = 168+146+204=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #A892CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892CC is #576D33. Grayscale: #9E9E9E. Windows color (decimal): -5729588 or 13406888. OLE color: 13406888.

HSL color Cylindrical-coordinate representation of color #A892CC: hue angle of 262.76º degrees, saturation: 0.36, 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 #A892CC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 146 204 -
CMYK 0.18 0.28 0 0.2
HSL 262.76º 0.36% 0.69% -
HSV(B) 262.76º 0.28% 0.8% -
XYZ 37.33 33.24 61.58 -
YUV 159.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 168 146 204 0.18 0.28 0 0.2 262.76 0.36 0.69
Hex A8 92 CC 12 1C 0 14 107 24 45
Octal 250 222 314 22 34 0 24 407 44 105
Binary 10101000 10010010 11001100 10010 11100 0 10100 100000111 100100 1000101

Color Harmonies of #A892CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A892CC

Black with #A892CC

Text Example


Text Example

White with #A892CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A892CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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