Html Css Color HEX #A28ACF Cold Purple

📋 copy color: '#A28ACF'

red 162 ◦ green 138 ◦ blue 207

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

Shades of Cold Purple #A28ACF

Tints of Cold Purple #A28ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.22%

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 31.95%
G = 27.22%
B = 40.83%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A28ACF (or 0xA28ACF) is known color: Cold Purple. HEX triplet: A2, 8A and CF. RGB value is (162,138,207). Sum of RGB (Red+Green+Blue) = 162+138+207=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A28ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ACF is #5D7530. Grayscale: #989898. Windows color (decimal): -6124849 or 13601442. OLE color: 13601442.

HSL color Cylindrical-coordinate representation of color #A28ACF: hue angle of 260.87º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A28ACF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 138 207 -
CMYK 0.22 0.33 0 0.19
HSL 260.87º 0.42% 0.68% -
HSV(B) 260.87º 0.33% 0.81% -
XYZ 35.25 30.36 63.03 -
YUV 153.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 162 138 207 0.22 0.33 0 0.19 260.87 0.42 0.68
Hex A2 8A CF 16 21 0 13 105 2A 44
Octal 242 212 317 26 41 0 23 405 52 104
Binary 10100010 10001010 11001111 10110 100001 0 10011 100000101 101010 1000100

Color Harmonies of #A28ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ACF

Black with #A28ACF

Text Example


Text Example

White with #A28ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ACF; }

 p { color: rgb(162,138,207); }

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

background-color css

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

 a { background-color: rgb(162,138,207); }

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

border-color css

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

 span { border-color: rgb(162,138,207); }

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