Html Css Color HEX #A083D3 Cold Purple

📋 copy color: '#A083D3'

red 160 ◦ green 131 ◦ blue 211

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

Shades of Cold Purple #A083D3

Tints of Cold Purple #A083D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.03%

R = 31.87%
G = 26.1%
B = 42.03%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A083D3 (or 0xA083D3) is known color: Cold Purple. HEX triplet: A0, 83 and D3. RGB value is (160,131,211). Sum of RGB (Red+Green+Blue) = 160+131+211=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #A083D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083D3 is #5F7C2C. Grayscale: #949494. Windows color (decimal): -6257709 or 13861792. OLE color: 13861792.

HSL color Cylindrical-coordinate representation of color #A083D3: hue angle of 261.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A083D3 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 131 211 -
CMYK 0.24 0.38 0 0.17
HSL 261.75º 0.48% 0.67% -
HSV(B) 261.75º 0.38% 0.83% -
XYZ 34.37 28.41 65.3 -
YUV 148.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 160 131 211 0.24 0.38 0 0.17 261.75 0.48 0.67
Hex A0 83 D3 18 26 0 11 106 30 43
Octal 240 203 323 30 46 0 21 406 60 103
Binary 10100000 10000011 11010011 11000 100110 0 10001 100000110 110000 1000011

Color Harmonies of #A083D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083D3

Black with #A083D3

Text Example


Text Example

White with #A083D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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