Html Css Color HEX #A698BD Cold Purple

📋 copy color: '#A698BD'

red 166 ◦ green 152 ◦ blue 189

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

Shades of Cold Purple #A698BD

Tints of Cold Purple #A698BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 32.74%
G = 29.98%
B = 37.28%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A698BD (or 0xA698BD) is known color: Cold Purple. HEX triplet: A6, 98 and BD. RGB value is (166,152,189). Sum of RGB (Red+Green+Blue) = 166+152+189=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #A698BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698BD is #596742. Grayscale: #A0A0A0. Windows color (decimal): -5859139 or 12425382. OLE color: 12425382.

HSL color Cylindrical-coordinate representation of color #A698BD: hue angle of 262.7º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A698BD is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 152 189 -
CMYK 0.12 0.20 0 0.26
HSL 262.7º 0.22% 0.67% -
HSV(B) 262.7º 0.2% 0.74% -
XYZ 36.14 34.24 52.85 -
YUV 160.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 166 152 189 0.12 0.20 0 0.26 262.7 0.22 0.67
Hex A6 98 BD C 14 0 1A 107 16 43
Octal 246 230 275 14 24 0 32 407 26 103
Binary 10100110 10011000 10111101 1100 10100 0 11010 100000111 10110 1000011

Color Harmonies of #A698BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698BD

Black with #A698BD

Text Example


Text Example

White with #A698BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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