Html Css Color HEX #AD25BC Dark Orchid

📋 copy color: '#AD25BC'

red 173 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #AD25BC

Tints of Dark Orchid #AD25BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.3%

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

R = 43.47%
G = 9.3%
B = 47.24%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD25BC (or 0xAD25BC) is known color: Dark Orchid. HEX triplet: AD, 25 and BC. RGB value is (173,37,188). Sum of RGB (Red+Green+Blue) = 173+37+188=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25BC is #52DA43. Grayscale: #5E5E5E. Windows color (decimal): -5429828 or 12330413. OLE color: 12330413.

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

Color convert

RGB 173 37 188 -
CMYK 0.08 0.80 0 0.26
HSL 294.04º 0.67% 0.44% -
HSV(B) 294.04º 0.8% 0.74% -
XYZ 26.97 13.84 48.83 -
YUV 94.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 173 37 188 0.08 0.80 0 0.26 294.04 0.67 0.44
Hex AD 25 BC 8 50 0 1A 126 43 2C
Octal 255 45 274 10 120 0 32 446 103 54
Binary 10101101 100101 10111100 1000 1010000 0 11010 100100110 1000011 101100

Color Harmonies of #AD25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25BC

Black with #AD25BC

Text Example


Text Example

White with #AD25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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