Html Css Color HEX #A714CB Dark Violet

📋 copy color: '#A714CB'

red 167 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #A714CB

Tints of Dark Violet #A714CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.13%

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 42.82%
G = 5.13%
B = 52.05%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A714CB (or 0xA714CB) is known color: Dark Violet. HEX triplet: A7, 14 and CB. RGB value is (167,20,203). Sum of RGB (Red+Green+Blue) = 167+20+203=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #A714CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714CB is #58EB34. Grayscale: #545454. Windows color (decimal): -5827381 or 13309095. OLE color: 13309095.

HSL color Cylindrical-coordinate representation of color #A714CB: hue angle of 288.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A714CB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 20 203 -
CMYK 0.18 0.90 0 0.20
HSL 288.2º 0.82% 0.44% -
HSV(B) 288.2º 0.9% 0.8% -
XYZ 26.97 13.03 57.59 -
YUV 84.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 167 20 203 0.18 0.90 0 0.20 288.2 0.82 0.44
Hex A7 14 CB 12 5A 0 14 120 52 2C
Octal 247 24 313 22 132 0 24 440 122 54
Binary 10100111 10100 11001011 10010 1011010 0 10100 100100000 1010010 101100

Color Harmonies of #A714CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714CB

Black with #A714CB

Text Example


Text Example

White with #A714CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714CB; }

 p { color: rgb(167,20,203); }

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

background-color css

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

 a { background-color: rgb(167,20,203); }

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

border-color css

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

 span { border-color: rgb(167,20,203); }

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