Html Css Color HEX #A485CD Cold Purple

📋 copy color: '#A485CD'

red 164 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #A485CD

Tints of Cold Purple #A485CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 32.67%
G = 26.49%
B = 40.84%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A485CD (or 0xA485CD) is known color: Cold Purple. HEX triplet: A4, 85 and CD. RGB value is (164,133,205). Sum of RGB (Red+Green+Blue) = 164+133+205=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A485CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485CD is #5B7A32. Grayscale: #969696. Windows color (decimal): -5995059 or 13469092. OLE color: 13469092.

HSL color Cylindrical-coordinate representation of color #A485CD: hue angle of 265.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A485CD is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 133 205 -
CMYK 0.2 0.35 0 0.20
HSL 265.83º 0.42% 0.66% -
HSV(B) 265.83º 0.35% 0.8% -
XYZ 34.72 29.08 61.54 -
YUV 150.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 164 133 205 0.2 0.35 0 0.20 265.83 0.42 0.66
Hex A4 85 CD 14 23 0 14 10A 2A 42
Octal 244 205 315 24 43 0 24 412 52 102
Binary 10100100 10000101 11001101 10100 100011 0 10100 100001010 101010 1000010

Color Harmonies of #A485CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485CD

Black with #A485CD

Text Example


Text Example

White with #A485CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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