Html Css Color HEX #A298B6 Cold Purple

📋 copy color: '#A298B6'

red 162 ◦ green 152 ◦ blue 182

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

Shades of Cold Purple #A298B6

Tints of Cold Purple #A298B6

RGB

 RED value IS 162 (63.67% from 255) = 32.66%

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

 BLUE value IS 182 (71.48% from 255) = 36.69%

R = 32.66%
G = 30.65%
B = 36.69%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A298B6 (or 0xA298B6) is known color: Cold Purple. HEX triplet: A2, 98 and B6. RGB value is (162,152,182). Sum of RGB (Red+Green+Blue) = 162+152+182=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 182 - color contains mainly: blue. Hex color #A298B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298B6 is #5D6749. Grayscale: #9E9E9E. Windows color (decimal): -6121290 or 11966626. OLE color: 11966626.

HSL color Cylindrical-coordinate representation of color #A298B6: hue angle of 260º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A298B6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 152 182 -
CMYK 0.11 0.16 0 0.29
HSL 260º 0.17% 0.65% -
HSV(B) 260º 0.16% 0.71% -
XYZ 34.57 33.52 48.9 -
YUV 158.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 162 152 182 0.11 0.16 0 0.29 260 0.17 0.65
Hex A2 98 B6 B 10 0 1D 104 11 41
Octal 242 230 266 13 20 0 35 404 21 101
Binary 10100010 10011000 10110110 1011 10000 0 11101 100000100 10001 1000001

Color Harmonies of #A298B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298B6

Black with #A298B6

Text Example


Text Example

White with #A298B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298B6; }

 p { color: rgb(162,152,182); }

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

background-color css

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

 a { background-color: rgb(162,152,182); }

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

border-color css

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

 span { border-color: rgb(162,152,182); }

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