Html Css Color HEX #A083CF Cold Purple

📋 copy color: '#A083CF'

red 160 ◦ green 131 ◦ blue 207

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

Shades of Cold Purple #A083CF

Tints of Cold Purple #A083CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 32.13%
G = 26.31%
B = 41.57%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A083CF (or 0xA083CF) is known color: Cold Purple. HEX triplet: A0, 83 and CF. RGB value is (160,131,207). Sum of RGB (Red+Green+Blue) = 160+131+207=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A083CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A083CF is #5F7C30. Grayscale: #949494. Windows color (decimal): -6257713 or 13599648. OLE color: 13599648.

HSL color Cylindrical-coordinate representation of color #A083CF: hue angle of 262.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A083CF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 131 207 -
CMYK 0.23 0.37 0 0.19
HSL 262.89º 0.44% 0.66% -
HSV(B) 262.89º 0.37% 0.81% -
XYZ 33.88 28.21 62.69 -
YUV 148.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 160 131 207 0.23 0.37 0 0.19 262.89 0.44 0.66
Hex A0 83 CF 17 25 0 13 107 2C 42
Octal 240 203 317 27 45 0 23 407 54 102
Binary 10100000 10000011 11001111 10111 100101 0 10011 100000111 101100 1000010

Color Harmonies of #A083CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083CF

Black with #A083CF

Text Example


Text Example

White with #A083CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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