Html Css Color HEX #AD30BC Dark Orchid

📋 copy color: '#AD30BC'

red 173 ◦ green 48 ◦ blue 188

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

Shades of Dark Orchid #AD30BC

Tints of Dark Orchid #AD30BC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.74%

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 42.3%
G = 11.74%
B = 45.97%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD30BC (or 0xAD30BC) is known color: Dark Orchid. HEX triplet: AD, 30 and BC. RGB value is (173,48,188). Sum of RGB (Red+Green+Blue) = 173+48+188=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD30BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30BC is #52CF43. Grayscale: #646464. Windows color (decimal): -5427012 or 12333229. OLE color: 12333229.

HSL color Cylindrical-coordinate representation of color #AD30BC: hue angle of 293.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD30BC is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 48 188 -
CMYK 0.08 0.74 0 0.26
HSL 293.57º 0.59% 0.46% -
HSV(B) 293.57º 0.74% 0.74% -
XYZ 27.37 14.63 48.96 -
YUV 101.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 173 48 188 0.08 0.74 0 0.26 293.57 0.59 0.46
Hex AD 30 BC 8 4A 0 1A 126 3B 2E
Octal 255 60 274 10 112 0 32 446 73 56
Binary 10101101 110000 10111100 1000 1001010 0 11010 100100110 111011 101110

Color Harmonies of #AD30BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30BC

Black with #AD30BC

Text Example


Text Example

White with #AD30BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30BC; }

 p { color: rgb(173,48,188); }

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

background-color css

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

 a { background-color: rgb(173,48,188); }

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

border-color css

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

 span { border-color: rgb(173,48,188); }

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