Html Css Color HEX #A692D7 Biloba Flower

📋 copy color: '#A692D7'

red 166 ◦ green 146 ◦ blue 215

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

Shades of Biloba Flower #A692D7

Tints of Biloba Flower #A692D7

RGB

 RED value IS 166 (65.23% from 255) = 31.5%

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

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 31.5%
G = 27.7%
B = 40.8%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A692D7 (or 0xA692D7) is known color: Biloba Flower. HEX triplet: A6, 92 and D7. RGB value is (166,146,215). Sum of RGB (Red+Green+Blue) = 166+146+215=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #A692D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692D7 is #596D28. Grayscale: #9F9F9F. Windows color (decimal): -5860649 or 14127782. OLE color: 14127782.

HSL color Cylindrical-coordinate representation of color #A692D7: hue angle of 257.39º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A692D7 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 146 215 -
CMYK 0.23 0.32 0 0.16
HSL 257.39º 0.46% 0.71% -
HSV(B) 257.39º 0.32% 0.84% -
XYZ 38.27 33.57 68.75 -
YUV 159.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 166 146 215 0.23 0.32 0 0.16 257.39 0.46 0.71
Hex A6 92 D7 17 20 0 10 101 2E 47
Octal 246 222 327 27 40 0 20 401 56 107
Binary 10100110 10010010 11010111 10111 100000 0 10000 100000001 101110 1000111

Color Harmonies of #A692D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692D7

Black with #A692D7

Text Example


Text Example

White with #A692D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692D7; }

 p { color: rgb(166,146,215); }

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

background-color css

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

 a { background-color: rgb(166,146,215); }

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

border-color css

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

 span { border-color: rgb(166,146,215); }

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