Html Css Color HEX #A992CF Biloba Flower

📋 copy color: '#A992CF'

red 169 ◦ green 146 ◦ blue 207

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

Shades of Biloba Flower #A992CF

Tints of Biloba Flower #A992CF

RGB

 RED value IS 169 (66.41% from 255) = 32.38%

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

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 32.38%
G = 27.97%
B = 39.66%

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

#A992CF (or 0xA992CF) is known color: Biloba Flower. HEX triplet: A9, 92 and CF. RGB value is (169,146,207). Sum of RGB (Red+Green+Blue) = 169+146+207=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #A992CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992CF is #566D30. Grayscale: #9F9F9F. Windows color (decimal): -5664049 or 13603497. OLE color: 13603497.

HSL color Cylindrical-coordinate representation of color #A992CF: hue angle of 262.62º degrees, saturation: 0.39, 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 #A992CF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 146 207 -
CMYK 0.18 0.29 0 0.19
HSL 262.62º 0.39% 0.69% -
HSV(B) 262.62º 0.29% 0.81% -
XYZ 37.9 33.5 63.5 -
YUV 159.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 169 146 207 0.18 0.29 0 0.19 262.62 0.39 0.69
Hex A9 92 CF 12 1D 0 13 107 27 45
Octal 251 222 317 22 35 0 23 407 47 105
Binary 10101001 10010010 11001111 10010 11101 0 10011 100000111 100111 1000101

Color Harmonies of #A992CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992CF

Black with #A992CF

Text Example


Text Example

White with #A992CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992CF; }

 p { color: rgb(169,146,207); }

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

background-color css

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

 a { background-color: rgb(169,146,207); }

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

border-color css

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

 span { border-color: rgb(169,146,207); }

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