Html Css Color HEX #A784CF Cold Purple

📋 copy color: '#A784CF'

red 167 ◦ green 132 ◦ blue 207

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

Shades of Cold Purple #A784CF

Tints of Cold Purple #A784CF

RGB

 RED value IS 167 (65.63% from 255) = 33%

 GREEN value IS 132 (51.95% from 255) = 26.09%

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

R = 33%
G = 26.09%
B = 40.91%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A784CF (or 0xA784CF) is known color: Cold Purple. HEX triplet: A7, 84 and CF. RGB value is (167,132,207). Sum of RGB (Red+Green+Blue) = 167+132+207=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #A784CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A784CF is #587B30. Grayscale: #969696. Windows color (decimal): -5798705 or 13599911. OLE color: 13599911.

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

Color convert

RGB 167 132 207 -
CMYK 0.19 0.36 0 0.19
HSL 268º 0.44% 0.66% -
HSV(B) 268º 0.36% 0.81% -
XYZ 35.45 29.22 62.8 -
YUV 151.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 167 132 207 0.19 0.36 0 0.19 268 0.44 0.66
Hex A7 84 CF 13 24 0 13 10C 2C 42
Octal 247 204 317 23 44 0 23 414 54 102
Binary 10100111 10000100 11001111 10011 100100 0 10011 100001100 101100 1000010

Color Harmonies of #A784CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A784CF

Black with #A784CF

Text Example


Text Example

White with #A784CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A784CF; }

 p { color: rgb(167,132,207); }

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

background-color css

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

 a { background-color: rgb(167,132,207); }

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

border-color css

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

 span { border-color: rgb(167,132,207); }

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