Html Css Color HEX #A383CB Cold Purple

📋 copy color: '#A383CB'

red 163 ◦ green 131 ◦ blue 203

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

Shades of Cold Purple #A383CB

Tints of Cold Purple #A383CB

RGB

 RED value IS 163 (64.06% from 255) = 32.8%

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

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

R = 32.8%
G = 26.36%
B = 40.85%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A383CB (or 0xA383CB) is known color: Cold Purple. HEX triplet: A3, 83 and CB. RGB value is (163,131,203). Sum of RGB (Red+Green+Blue) = 163+131+203=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #A383CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383CB is #5C7C34. Grayscale: #949494. Windows color (decimal): -6061109 or 13337507. OLE color: 13337507.

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

Color convert

RGB 163 131 203 -
CMYK 0.20 0.35 0 0.20
HSL 266.67º 0.41% 0.65% -
HSV(B) 266.67º 0.35% 0.8% -
XYZ 34 28.33 60.18 -
YUV 148.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 163 131 203 0.20 0.35 0 0.20 266.67 0.41 0.65
Hex A3 83 CB 14 23 0 14 10B 29 41
Octal 243 203 313 24 43 0 24 413 51 101
Binary 10100011 10000011 11001011 10100 100011 0 10100 100001011 101001 1000001

Color Harmonies of #A383CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A383CB

Black with #A383CB

Text Example


Text Example

White with #A383CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A383CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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