Html Css Color HEX #A083CB Cold Purple

📋 copy color: '#A083CB'

red 160 ◦ green 131 ◦ blue 203

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

Shades of Cold Purple #A083CB

Tints of Cold Purple #A083CB

RGB

 RED value IS 160 (62.89% from 255) = 32.39%

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

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

R = 32.39%
G = 26.52%
B = 41.09%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A083CB (or 0xA083CB) is known color: Cold Purple. HEX triplet: A0, 83 and CB. RGB value is (160,131,203). Sum of RGB (Red+Green+Blue) = 160+131+203=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #A083CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083CB is #5F7C34. Grayscale: #939393. Windows color (decimal): -6257717 or 13337504. OLE color: 13337504.

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

Color convert

RGB 160 131 203 -
CMYK 0.21 0.35 0 0.20
HSL 264.17º 0.41% 0.65% -
HSV(B) 264.17º 0.35% 0.8% -
XYZ 33.39 28.02 60.15 -
YUV 147.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 160 131 203 0.21 0.35 0 0.20 264.17 0.41 0.65
Hex A0 83 CB 15 23 0 14 108 29 41
Octal 240 203 313 25 43 0 24 410 51 101
Binary 10100000 10000011 11001011 10101 100011 0 10100 100001000 101001 1000001

Color Harmonies of #A083CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083CB

Black with #A083CB

Text Example


Text Example

White with #A083CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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