Html Css Color HEX #A698CC Biloba Flower

📋 copy color: '#A698CC'

red 166 ◦ green 152 ◦ blue 204

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

Shades of Biloba Flower #A698CC

Tints of Biloba Flower #A698CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.12%

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

R = 31.8%
G = 29.12%
B = 39.08%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A698CC (or 0xA698CC) is known color: Biloba Flower. HEX triplet: A6, 98 and CC. RGB value is (166,152,204). Sum of RGB (Red+Green+Blue) = 166+152+204=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A698CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698CC is #596733. Grayscale: #A1A1A1. Windows color (decimal): -5859124 or 13408422. OLE color: 13408422.

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

Color convert

RGB 166 152 204 -
CMYK 0.19 0.25 0 0.2
HSL 256.15º 0.34% 0.7% -
HSV(B) 256.15º 0.25% 0.8% -
XYZ 37.85 34.92 61.87 -
YUV 162.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 166 152 204 0.19 0.25 0 0.2 256.15 0.34 0.7
Hex A6 98 CC 13 19 0 14 100 22 46
Octal 246 230 314 23 31 0 24 400 42 106
Binary 10100110 10011000 11001100 10011 11001 0 10100 100000000 100010 1000110

Color Harmonies of #A698CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698CC

Black with #A698CC

Text Example


Text Example

White with #A698CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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