Html Css Color HEX #A298BF Cold Purple

📋 copy color: '#A298BF'

red 162 ◦ green 152 ◦ blue 191

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

Shades of Cold Purple #A298BF

Tints of Cold Purple #A298BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 32.08%
G = 30.1%
B = 37.82%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A298BF (or 0xA298BF) is known color: Cold Purple. HEX triplet: A2, 98 and BF. RGB value is (162,152,191). Sum of RGB (Red+Green+Blue) = 162+152+191=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A298BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298BF is #5D6740. Grayscale: #9F9F9F. Windows color (decimal): -6121281 or 12556450. OLE color: 12556450.

HSL color Cylindrical-coordinate representation of color #A298BF: hue angle of 255.38º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A298BF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 152 191 -
CMYK 0.15 0.20 0 0.25
HSL 255.38º 0.23% 0.67% -
HSV(B) 255.38º 0.2% 0.75% -
XYZ 35.53 33.9 53.96 -
YUV 159.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 162 152 191 0.15 0.20 0 0.25 255.38 0.23 0.67
Hex A2 98 BF F 14 0 19 FF 17 43
Octal 242 230 277 17 24 0 31 377 27 103
Binary 10100010 10011000 10111111 1111 10100 0 11001 11111111 10111 1000011

Color Harmonies of #A298BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298BF

Black with #A298BF

Text Example


Text Example

White with #A298BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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