Html Css Color HEX #AD23AF Dark Orchid

📋 copy color: '#AD23AF'

red 173 ◦ green 35 ◦ blue 175

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

Shades of Dark Orchid #AD23AF

Tints of Dark Orchid #AD23AF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.14%

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 45.17%
G = 9.14%
B = 45.69%

CMYK

 C value IS 0.01

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD23AF (or 0xAD23AF) is known color: Dark Orchid. HEX triplet: AD, 23 and AF. RGB value is (173,35,175). Sum of RGB (Red+Green+Blue) = 173+35+175=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD23AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD23AF is #52DC50. Grayscale: #5B5B5B. Windows color (decimal): -5430353 or 11477933. OLE color: 11477933.

HSL color Cylindrical-coordinate representation of color #AD23AF: hue angle of 299.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD23AF is Cyan = 0.01, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 35 175 -
CMYK 0.01 0.8 0 0.31
HSL 299.14º 0.67% 0.41% -
HSV(B) 299.14º 0.8% 0.69% -
XYZ 25.57 13.18 41.75 -
YUV 92.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 173 35 175 0.01 0.8 0 0.31 299.14 0.67 0.41
Hex AD 23 AF 1 50 0 1F 12B 43 29
Octal 255 43 257 1 120 0 37 453 103 51
Binary 10101101 100011 10101111 1 1010000 0 11111 100101011 1000011 101001

Color Harmonies of #AD23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD23AF

Black with #AD23AF

Text Example


Text Example

White with #AD23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD23AF; }

 p { color: rgb(173,35,175); }

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

background-color css

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

 a { background-color: rgb(173,35,175); }

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

border-color css

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

 span { border-color: rgb(173,35,175); }

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