Html Css Color HEX #A085C6 Cold Purple

📋 copy color: '#A085C6'

red 160 ◦ green 133 ◦ blue 198

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

Shades of Cold Purple #A085C6

Tints of Cold Purple #A085C6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 32.59%
G = 27.09%
B = 40.33%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A085C6 (or 0xA085C6) is known color: Cold Purple. HEX triplet: A0, 85 and C6. RGB value is (160,133,198). Sum of RGB (Red+Green+Blue) = 160+133+198=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #A085C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085C6 is #5F7A39. Grayscale: #949494. Windows color (decimal): -6257210 or 13010336. OLE color: 13010336.

HSL color Cylindrical-coordinate representation of color #A085C6: hue angle of 264.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A085C6 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 133 198 -
CMYK 0.19 0.33 0 0.22
HSL 264.92º 0.36% 0.65% -
HSV(B) 264.92º 0.33% 0.78% -
XYZ 33.08 28.33 57.15 -
YUV 148.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 160 133 198 0.19 0.33 0 0.22 264.92 0.36 0.65
Hex A0 85 C6 13 21 0 16 109 24 41
Octal 240 205 306 23 41 0 26 411 44 101
Binary 10100000 10000101 11000110 10011 100001 0 10110 100001001 100100 1000001

Color Harmonies of #A085C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085C6

Black with #A085C6

Text Example


Text Example

White with #A085C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085C6; }

 p { color: rgb(160,133,198); }

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

background-color css

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

 a { background-color: rgb(160,133,198); }

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

border-color css

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

 span { border-color: rgb(160,133,198); }

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