Html Css Color HEX #A483CD Cold Purple

📋 copy color: '#A483CD'

red 164 ◦ green 131 ◦ blue 205

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

Shades of Cold Purple #A483CD

Tints of Cold Purple #A483CD

RGB

 RED value IS 164 (64.45% from 255) = 32.8%

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 32.8%
G = 26.2%
B = 41%

CMYK

 C value IS 0.2

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A483CD (or 0xA483CD) is known color: Cold Purple. HEX triplet: A4, 83 and CD. RGB value is (164,131,205). Sum of RGB (Red+Green+Blue) = 164+131+205=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #A483CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483CD is #5B7C32. Grayscale: #959595. Windows color (decimal): -5995571 or 13468580. OLE color: 13468580.

HSL color Cylindrical-coordinate representation of color #A483CD: hue angle of 266.76º degrees, saturation: 0.43, 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 #A483CD is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 131 205 -
CMYK 0.2 0.36 0 0.20
HSL 266.76º 0.43% 0.66% -
HSV(B) 266.76º 0.36% 0.8% -
XYZ 34.45 28.53 61.45 -
YUV 149.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 164 131 205 0.2 0.36 0 0.20 266.76 0.43 0.66
Hex A4 83 CD 14 24 0 14 10B 2B 42
Octal 244 203 315 24 44 0 24 413 53 102
Binary 10100100 10000011 11001101 10100 100100 0 10100 100001011 101011 1000010

Color Harmonies of #A483CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483CD

Black with #A483CD

Text Example


Text Example

White with #A483CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483CD; }

 p { color: rgb(164,131,205); }

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

background-color css

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

 a { background-color: rgb(164,131,205); }

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

border-color css

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

 span { border-color: rgb(164,131,205); }

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