Html Css Color HEX #A381CB Cold Purple

📋 copy color: '#A381CB'

red 163 ◦ green 129 ◦ blue 203

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

Shades of Cold Purple #A381CB

Tints of Cold Purple #A381CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.06%

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

R = 32.93%
G = 26.06%
B = 41.01%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A381CB (or 0xA381CB) is known color: Cold Purple. HEX triplet: A3, 81 and CB. RGB value is (163,129,203). Sum of RGB (Red+Green+Blue) = 163+129+203=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #A381CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381CB is #5C7E34. Grayscale: #939393. Windows color (decimal): -6061621 or 13336995. OLE color: 13336995.

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

Color convert

RGB 163 129 203 -
CMYK 0.20 0.36 0 0.20
HSL 267.57º 0.42% 0.65% -
HSV(B) 267.57º 0.36% 0.8% -
XYZ 33.73 27.8 60.09 -
YUV 147.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 163 129 203 0.20 0.36 0 0.20 267.57 0.42 0.65
Hex A3 81 CB 14 24 0 14 10C 2A 41
Octal 243 201 313 24 44 0 24 414 52 101
Binary 10100011 10000001 11001011 10100 100100 0 10100 100001100 101010 1000001

Color Harmonies of #A381CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381CB

Black with #A381CB

Text Example


Text Example

White with #A381CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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