Html Css Color HEX #A298AF Cold Purple

📋 copy color: '#A298AF'

red 162 ◦ green 152 ◦ blue 175

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

Shades of Cold Purple #A298AF

Tints of Cold Purple #A298AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 33.13%
G = 31.08%
B = 35.79%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A298AF (or 0xA298AF) is known color: Cold Purple. HEX triplet: A2, 98 and AF. RGB value is (162,152,175). Sum of RGB (Red+Green+Blue) = 162+152+175=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #A298AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298AF is #5D6750. Grayscale: #9D9D9D. Windows color (decimal): -6121297 or 11507874. OLE color: 11507874.

HSL color Cylindrical-coordinate representation of color #A298AF: hue angle of 266.09º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A298AF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 152 175 -
CMYK 0.07 0.13 0 0.31
HSL 266.09º 0.13% 0.64% -
HSV(B) 266.09º 0.13% 0.69% -
XYZ 33.87 33.23 45.19 -
YUV 157.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 162 152 175 0.07 0.13 0 0.31 266.09 0.13 0.64
Hex A2 98 AF 7 D 0 1F 10A D 40
Octal 242 230 257 7 15 0 37 412 15 100
Binary 10100010 10011000 10101111 111 1101 0 11111 100001010 1101 1000000

Color Harmonies of #A298AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298AF

Black with #A298AF

Text Example


Text Example

White with #A298AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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