Html Css Color HEX #A283CA Cold Purple

📋 copy color: '#A283CA'

red 162 ◦ green 131 ◦ blue 202

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

Shades of Cold Purple #A283CA

Tints of Cold Purple #A283CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.46%

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 32.73%
G = 26.46%
B = 40.81%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A283CA (or 0xA283CA) is known color: Cold Purple. HEX triplet: A2, 83 and CA. RGB value is (162,131,202). Sum of RGB (Red+Green+Blue) = 162+131+202=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #A283CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283CA is #5D7C35. Grayscale: #949494. Windows color (decimal): -6126646 or 13271970. OLE color: 13271970.

HSL color Cylindrical-coordinate representation of color #A283CA: hue angle of 266.2º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A283CA is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 131 202 -
CMYK 0.20 0.35 0 0.21
HSL 266.2º 0.4% 0.65% -
HSV(B) 266.2º 0.35% 0.79% -
XYZ 33.68 28.18 59.54 -
YUV 148.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 162 131 202 0.20 0.35 0 0.21 266.2 0.4 0.65
Hex A2 83 CA 14 23 0 15 10A 28 41
Octal 242 203 312 24 43 0 25 412 50 101
Binary 10100010 10000011 11001010 10100 100011 0 10101 100001010 101000 1000001

Color Harmonies of #A283CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A283CA

Black with #A283CA

Text Example


Text Example

White with #A283CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A283CA; }

 p { color: rgb(162,131,202); }

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

background-color css

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

 a { background-color: rgb(162,131,202); }

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

border-color css

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

 span { border-color: rgb(162,131,202); }

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