Html Css Color HEX #A583C7 Cold Purple

📋 copy color: '#A583C7'

red 165 ◦ green 131 ◦ blue 199

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

Shades of Cold Purple #A583C7

Tints of Cold Purple #A583C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 33.33%
G = 26.46%
B = 40.2%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A583C7 (or 0xA583C7) is known color: Cold Purple. HEX triplet: A5, 83 and C7. RGB value is (165,131,199). Sum of RGB (Red+Green+Blue) = 165+131+199=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 199 - color contains mainly: blue. Hex color #A583C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583C7 is #5A7C38. Grayscale: #949494. Windows color (decimal): -5930041 or 13075365. OLE color: 13075365.

HSL color Cylindrical-coordinate representation of color #A583C7: hue angle of 270º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A583C7 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 131 199 -
CMYK 0.17 0.34 0 0.22
HSL 270º 0.38% 0.65% -
HSV(B) 270º 0.34% 0.78% -
XYZ 33.94 28.36 57.72 -
YUV 148.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 165 131 199 0.17 0.34 0 0.22 270 0.38 0.65
Hex A5 83 C7 11 22 0 16 10E 26 41
Octal 245 203 307 21 42 0 26 416 46 101
Binary 10100101 10000011 11000111 10001 100010 0 10110 100001110 100110 1000001

Color Harmonies of #A583C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A583C7

Black with #A583C7

Text Example


Text Example

White with #A583C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A583C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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