Html Css Color HEX #A485CF Cold Purple

📋 copy color: '#A485CF'

red 164 ◦ green 133 ◦ blue 207

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

Shades of Cold Purple #A485CF

Tints of Cold Purple #A485CF

RGB

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

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

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

R = 32.54%
G = 26.39%
B = 41.07%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A485CF (or 0xA485CF) is known color: Cold Purple. HEX triplet: A4, 85 and CF. RGB value is (164,133,207). Sum of RGB (Red+Green+Blue) = 164+133+207=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A485CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485CF is #5B7A30. Grayscale: #969696. Windows color (decimal): -5995057 or 13600164. OLE color: 13600164.

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

Color convert

RGB 164 133 207 -
CMYK 0.21 0.36 0 0.19
HSL 265.14º 0.44% 0.67% -
HSV(B) 265.14º 0.36% 0.81% -
XYZ 34.96 29.17 62.82 -
YUV 150.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 164 133 207 0.21 0.36 0 0.19 265.14 0.44 0.67
Hex A4 85 CF 15 24 0 13 109 2C 43
Octal 244 205 317 25 44 0 23 411 54 103
Binary 10100100 10000101 11001111 10101 100100 0 10011 100001001 101100 1000011

Color Harmonies of #A485CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485CF

Black with #A485CF

Text Example


Text Example

White with #A485CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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