Html Css Color HEX #A698B9 Cold Purple

📋 copy color: '#A698B9'

red 166 ◦ green 152 ◦ blue 185

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

Shades of Cold Purple #A698B9

Tints of Cold Purple #A698B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 33%
G = 30.22%
B = 36.78%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A698B9 (or 0xA698B9) is known color: Cold Purple. HEX triplet: A6, 98 and B9. RGB value is (166,152,185). Sum of RGB (Red+Green+Blue) = 166+152+185=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 185 - color contains mainly: blue. Hex color #A698B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698B9 is #596746. Grayscale: #9F9F9F. Windows color (decimal): -5859143 or 12163238. OLE color: 12163238.

HSL color Cylindrical-coordinate representation of color #A698B9: hue angle of 265.45º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A698B9 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 152 185 -
CMYK 0.10 0.18 0 0.27
HSL 265.45º 0.19% 0.66% -
HSV(B) 265.45º 0.18% 0.73% -
XYZ 35.71 34.07 50.59 -
YUV 159.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 166 152 185 0.10 0.18 0 0.27 265.45 0.19 0.66
Hex A6 98 B9 A 12 0 1B 109 13 42
Octal 246 230 271 12 22 0 33 411 23 102
Binary 10100110 10011000 10111001 1010 10010 0 11011 100001001 10011 1000010

Color Harmonies of #A698B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698B9

Black with #A698B9

Text Example


Text Example

White with #A698B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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