Html Css Color HEX #A28FBE Cold Purple

📋 copy color: '#A28FBE'

red 162 ◦ green 143 ◦ blue 190

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

Shades of Cold Purple #A28FBE

Tints of Cold Purple #A28FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 32.73%
G = 28.89%
B = 38.38%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A28FBE (or 0xA28FBE) is known color: Cold Purple. HEX triplet: A2, 8F and BE. RGB value is (162,143,190). Sum of RGB (Red+Green+Blue) = 162+143+190=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #A28FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FBE is #5D7041. Grayscale: #999999. Windows color (decimal): -6123586 or 12488610. OLE color: 12488610.

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

Color convert

RGB 162 143 190 -
CMYK 0.15 0.25 0 0.25
HSL 264.26º 0.27% 0.65% -
HSV(B) 264.26º 0.25% 0.75% -
XYZ 34.02 31.04 52.91 -
YUV 154.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 162 143 190 0.15 0.25 0 0.25 264.26 0.27 0.65
Hex A2 8F BE F 19 0 19 108 1B 41
Octal 242 217 276 17 31 0 31 410 33 101
Binary 10100010 10001111 10111110 1111 11001 0 11001 100001000 11011 1000001

Color Harmonies of #A28FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FBE

Black with #A28FBE

Text Example


Text Example

White with #A28FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FBE; }

 p { color: rgb(162,143,190); }

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

background-color css

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

 a { background-color: rgb(162,143,190); }

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

border-color css

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

 span { border-color: rgb(162,143,190); }

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