Html Css Color HEX #A483CB Cold Purple

📋 copy color: '#A483CB'

red 164 ◦ green 131 ◦ blue 203

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

Shades of Cold Purple #A483CB

Tints of Cold Purple #A483CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 32.93%
G = 26.31%
B = 40.76%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A483CB (or 0xA483CB) is known color: Cold Purple. HEX triplet: A4, 83 and CB. RGB value is (164,131,203). Sum of RGB (Red+Green+Blue) = 164+131+203=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #A483CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483CB is #5B7C34. Grayscale: #949494. Windows color (decimal): -5995573 or 13337508. OLE color: 13337508.

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

Color convert

RGB 164 131 203 -
CMYK 0.19 0.35 0 0.20
HSL 267.5º 0.41% 0.65% -
HSV(B) 267.5º 0.35% 0.8% -
XYZ 34.21 28.44 60.19 -
YUV 149.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 164 131 203 0.19 0.35 0 0.20 267.5 0.41 0.65
Hex A4 83 CB 13 23 0 14 10C 29 41
Octal 244 203 313 23 43 0 24 414 51 101
Binary 10100100 10000011 11001011 10011 100011 0 10100 100001100 101001 1000001

Color Harmonies of #A483CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483CB

Black with #A483CB

Text Example


Text Example

White with #A483CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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