Html Css Color HEX #A583CC Cold Purple

📋 copy color: '#A583CC'

red 165 ◦ green 131 ◦ blue 204

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

Shades of Cold Purple #A583CC

Tints of Cold Purple #A583CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 33%
G = 26.2%
B = 40.8%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A583CC (or 0xA583CC) is known color: Cold Purple. HEX triplet: A5, 83 and CC. RGB value is (165,131,204). Sum of RGB (Red+Green+Blue) = 165+131+204=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #A583CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583CC is #5A7C33. Grayscale: #959595. Windows color (decimal): -5930036 or 13403045. OLE color: 13403045.

HSL color Cylindrical-coordinate representation of color #A583CC: hue angle of 267.95º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A583CC is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 131 204 -
CMYK 0.19 0.36 0 0.2
HSL 267.95º 0.42% 0.66% -
HSV(B) 267.95º 0.36% 0.8% -
XYZ 34.53 28.59 60.83 -
YUV 149.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 165 131 204 0.19 0.36 0 0.2 267.95 0.42 0.66
Hex A5 83 CC 13 24 0 14 10C 2A 42
Octal 245 203 314 23 44 0 24 414 52 102
Binary 10100101 10000011 11001100 10011 100100 0 10100 100001100 101010 1000010

Color Harmonies of #A583CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A583CC

Black with #A583CC

Text Example


Text Example

White with #A583CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A583CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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