Html Css Color HEX #A695CC Biloba Flower

📋 copy color: '#A695CC'

red 166 ◦ green 149 ◦ blue 204

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

Shades of Biloba Flower #A695CC

Tints of Biloba Flower #A695CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.71%

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

R = 31.98%
G = 28.71%
B = 39.31%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A695CC (or 0xA695CC) is known color: Biloba Flower. HEX triplet: A6, 95 and CC. RGB value is (166,149,204). Sum of RGB (Red+Green+Blue) = 166+149+204=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A695CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695CC is #596A33. Grayscale: #A0A0A0. Windows color (decimal): -5859892 or 13407654. OLE color: 13407654.

HSL color Cylindrical-coordinate representation of color #A695CC: hue angle of 258.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A695CC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 149 204 -
CMYK 0.19 0.27 0 0.2
HSL 258.55º 0.35% 0.69% -
HSV(B) 258.55º 0.27% 0.8% -
XYZ 37.37 33.96 61.71 -
YUV 160.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 166 149 204 0.19 0.27 0 0.2 258.55 0.35 0.69
Hex A6 95 CC 13 1B 0 14 103 23 45
Octal 246 225 314 23 33 0 24 403 43 105
Binary 10100110 10010101 11001100 10011 11011 0 10100 100000011 100011 1000101

Color Harmonies of #A695CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695CC

Black with #A695CC

Text Example


Text Example

White with #A695CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695CC; }

 p { color: rgb(166,149,204); }

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

background-color css

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

 a { background-color: rgb(166,149,204); }

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

border-color css

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

 span { border-color: rgb(166,149,204); }

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