Html Css Color HEX #A485D0 Cold Purple

📋 copy color: '#A485D0'

red 164 ◦ green 133 ◦ blue 208

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

Shades of Cold Purple #A485D0

Tints of Cold Purple #A485D0

RGB

 RED value IS 164 (64.45% from 255) = 32.48%

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 32.48%
G = 26.34%
B = 41.19%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A485D0 (or 0xA485D0) is known color: Cold Purple. HEX triplet: A4, 85 and D0. RGB value is (164,133,208). Sum of RGB (Red+Green+Blue) = 164+133+208=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #A485D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485D0 is #5B7A2F. Grayscale: #969696. Windows color (decimal): -5995056 or 13665700. OLE color: 13665700.

HSL color Cylindrical-coordinate representation of color #A485D0: hue angle of 264.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A485D0 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 133 208 -
CMYK 0.21 0.36 0 0.18
HSL 264.8º 0.44% 0.67% -
HSV(B) 264.8º 0.36% 0.82% -
XYZ 35.08 29.22 63.47 -
YUV 150.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 164 133 208 0.21 0.36 0 0.18 264.8 0.44 0.67
Hex A4 85 D0 15 24 0 12 109 2C 43
Octal 244 205 320 25 44 0 22 411 54 103
Binary 10100100 10000101 11010000 10101 100100 0 10010 100001001 101100 1000011

Color Harmonies of #A485D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485D0

Black with #A485D0

Text Example


Text Example

White with #A485D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485D0; }

 p { color: rgb(164,133,208); }

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

background-color css

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

 a { background-color: rgb(164,133,208); }

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

border-color css

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

 span { border-color: rgb(164,133,208); }

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