Html Css Color HEX #A817CF Dark Violet

📋 copy color: '#A817CF'

red 168 ◦ green 23 ◦ blue 207

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

Shades of Dark Violet #A817CF

Tints of Dark Violet #A817CF

RGB

 RED value IS 168 (66.02% from 255) = 42.21%

 GREEN value IS 23 (9.38% from 255) = 5.78%

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

R = 42.21%
G = 5.78%
B = 52.01%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A817CF (or 0xA817CF) is known color: Dark Violet. HEX triplet: A8, 17 and CF. RGB value is (168,23,207). Sum of RGB (Red+Green+Blue) = 168+23+207=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A817CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817CF is #57E830. Grayscale: #565656. Windows color (decimal): -5761073 or 13572008. OLE color: 13572008.

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

Color convert

RGB 168 23 207 -
CMYK 0.19 0.89 0 0.19
HSL 287.28º 0.8% 0.45% -
HSV(B) 287.28º 0.89% 0.81% -
XYZ 27.72 13.44 60.17 -
YUV 87.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 168 23 207 0.19 0.89 0 0.19 287.28 0.8 0.45
Hex A8 17 CF 13 59 0 13 11F 50 2D
Octal 250 27 317 23 131 0 23 437 120 55
Binary 10101000 10111 11001111 10011 1011001 0 10011 100011111 1010000 101101

Color Harmonies of #A817CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817CF

Black with #A817CF

Text Example


Text Example

White with #A817CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817CF; }

 p { color: rgb(168,23,207); }

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

background-color css

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

 a { background-color: rgb(168,23,207); }

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

border-color css

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

 span { border-color: rgb(168,23,207); }

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