Html Css Color HEX #AD34C3 Dark Orchid

📋 copy color: '#AD34C3'

red 173 ◦ green 52 ◦ blue 195

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

Shades of Dark Orchid #AD34C3

Tints of Dark Orchid #AD34C3

RGB

 RED value IS 173 (67.97% from 255) = 41.19%

 GREEN value IS 52 (20.7% from 255) = 12.38%

 BLUE value IS 195 (76.56% from 255) = 46.43%

R = 41.19%
G = 12.38%
B = 46.43%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD34C3 (or 0xAD34C3) is known color: Dark Orchid. HEX triplet: AD, 34 and C3. RGB value is (173,52,195). Sum of RGB (Red+Green+Blue) = 173+52+195=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD34C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34C3 is #52CB3C. Grayscale: #686868. Windows color (decimal): -5425981 or 12793005. OLE color: 12793005.

HSL color Cylindrical-coordinate representation of color #AD34C3: hue angle of 290.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD34C3 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 52 195 -
CMYK 0.11 0.73 0 0.24
HSL 290.77º 0.58% 0.48% -
HSV(B) 290.77º 0.73% 0.76% -
XYZ 28.31 15.28 53.09 -
YUV 104.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 173 52 195 0.11 0.73 0 0.24 290.77 0.58 0.48
Hex AD 34 C3 B 49 0 18 123 3A 30
Octal 255 64 303 13 111 0 30 443 72 60
Binary 10101101 110100 11000011 1011 1001001 0 11000 100100011 111010 110000

Color Harmonies of #AD34C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34C3

Black with #AD34C3

Text Example


Text Example

White with #AD34C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34C3; }

 p { color: rgb(173,52,195); }

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

background-color css

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

 a { background-color: rgb(173,52,195); }

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

border-color css

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

 span { border-color: rgb(173,52,195); }

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