Html Css Color HEX #AD2FE7 Dark Orchid

📋 copy color: '#AD2FE7'

red 173 ◦ green 47 ◦ blue 231

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

Shades of Dark Orchid #AD2FE7

Tints of Dark Orchid #AD2FE7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.42%

 BLUE value IS 231 (90.63% from 255) = 51.22%

R = 38.36%
G = 10.42%
B = 51.22%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD2FE7 (or 0xAD2FE7) is known color: Dark Orchid. HEX triplet: AD, 2F and E7. RGB value is (173,47,231). Sum of RGB (Red+Green+Blue) = 173+47+231=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD2FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2FE7 is #52D018. Grayscale: #696969. Windows color (decimal): -5427225 or 15151021. OLE color: 15151021.

HSL color Cylindrical-coordinate representation of color #AD2FE7: hue angle of 281.09º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2FE7 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 47 231 -
CMYK 0.25 0.80 0 0.09
HSL 281.09º 0.79% 0.55% -
HSV(B) 281.09º 0.8% 0.91% -
XYZ 32.67 16.69 77.1 -
YUV 105.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 173 47 231 0.25 0.80 0 0.09 281.09 0.79 0.55
Hex AD 2F E7 19 50 0 9 119 4F 37
Octal 255 57 347 31 120 0 11 431 117 67
Binary 10101101 101111 11100111 11001 1010000 0 1001 100011001 1001111 110111

Color Harmonies of #AD2FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FE7

Black with #AD2FE7

Text Example


Text Example

White with #AD2FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FE7; }

 p { color: rgb(173,47,231); }

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

background-color css

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

 a { background-color: rgb(173,47,231); }

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

border-color css

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

 span { border-color: rgb(173,47,231); }

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