Html Css Color HEX #A307BD Dark Violet

📋 copy color: '#A307BD'

red 163 ◦ green 7 ◦ blue 189

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

Shades of Dark Violet #A307BD

Tints of Dark Violet #A307BD

RGB

 RED value IS 163 (64.06% from 255) = 45.4%

 GREEN value IS 7 (3.13% from 255) = 1.95%

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 45.4%
G = 1.95%
B = 52.65%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A307BD (or 0xA307BD) is known color: Dark Violet. HEX triplet: A3, 07 and BD. RGB value is (163,7,189). Sum of RGB (Red+Green+Blue) = 163+7+189=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #A307BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307BD is #5CF842. Grayscale: #494949. Windows color (decimal): -6092867 or 12388259. OLE color: 12388259.

HSL color Cylindrical-coordinate representation of color #A307BD: hue angle of 291.43º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307BD is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 7 189 -
CMYK 0.14 0.96 0 0.26
HSL 291.43º 0.93% 0.38% -
HSV(B) 291.43º 0.96% 0.74% -
XYZ 24.37 11.61 49.1 -
YUV 74.39 192.68 191.2 -
System Red Green Blue C M Y K H S L
Decimal 163 7 189 0.14 0.96 0 0.26 291.43 0.93 0.38
Hex A3 7 BD E 60 0 1A 123 5D 26
Octal 243 7 275 16 140 0 32 443 135 46
Binary 10100011 111 10111101 1110 1100000 0 11010 100100011 1011101 100110

Color Harmonies of #A307BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A307BD

Black with #A307BD

Text Example


Text Example

White with #A307BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A307BD; }

 p { color: rgb(163,7,189); }

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

background-color css

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

 a { background-color: rgb(163,7,189); }

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

border-color css

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

 span { border-color: rgb(163,7,189); }

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