Html Css Color HEX #A384CB Cold Purple

📋 copy color: '#A384CB'

red 163 ◦ green 132 ◦ blue 203

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

Shades of Cold Purple #A384CB

Tints of Cold Purple #A384CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.51%

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

R = 32.73%
G = 26.51%
B = 40.76%

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

#A384CB (or 0xA384CB) is known color: Cold Purple. HEX triplet: A3, 84 and CB. RGB value is (163,132,203). Sum of RGB (Red+Green+Blue) = 163+132+203=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 132 (51.95% from 255 or 26.51% 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 #A384CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384CB is #5C7B34. Grayscale: #959595. Windows color (decimal): -6060853 or 13337763. OLE color: 13337763.

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

Color convert

RGB 163 132 203 -
CMYK 0.20 0.35 0 0.20
HSL 266.2º 0.41% 0.66% -
HSV(B) 266.2º 0.35% 0.8% -
XYZ 34.14 28.6 60.22 -
YUV 149.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 163 132 203 0.20 0.35 0 0.20 266.2 0.41 0.66
Hex A3 84 CB 14 23 0 14 10A 29 42
Octal 243 204 313 24 43 0 24 412 51 102
Binary 10100011 10000100 11001011 10100 100011 0 10100 100001010 101001 1000010

Color Harmonies of #A384CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384CB

Black with #A384CB

Text Example


Text Example

White with #A384CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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