Html Css Color HEX #A583CA Cold Purple

📋 copy color: '#A583CA'

red 165 ◦ green 131 ◦ blue 202

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

Shades of Cold Purple #A583CA

Tints of Cold Purple #A583CA

RGB

 RED value IS 165 (64.84% from 255) = 33.13%

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

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

R = 33.13%
G = 26.31%
B = 40.56%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A583CA (or 0xA583CA) is known color: Cold Purple. HEX triplet: A5, 83 and CA. RGB value is (165,131,202). Sum of RGB (Red+Green+Blue) = 165+131+202=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A583CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583CA is #5A7C35. Grayscale: #959595. Windows color (decimal): -5930038 or 13271973. OLE color: 13271973.

HSL color Cylindrical-coordinate representation of color #A583CA: hue angle of 268.73º 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 #A583CA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 131 202 -
CMYK 0.18 0.35 0 0.21
HSL 268.73º 0.4% 0.65% -
HSV(B) 268.73º 0.35% 0.79% -
XYZ 34.29 28.5 59.57 -
YUV 149.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 165 131 202 0.18 0.35 0 0.21 268.73 0.4 0.65
Hex A5 83 CA 12 23 0 15 10D 28 41
Octal 245 203 312 22 43 0 25 415 50 101
Binary 10100101 10000011 11001010 10010 100011 0 10101 100001101 101000 1000001

Color Harmonies of #A583CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A583CA

Black with #A583CA

Text Example


Text Example

White with #A583CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A583CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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