Html Css Color HEX #AD43F2 Medium Orchid

📋 copy color: '#AD43F2'

red 173 ◦ green 67 ◦ blue 242

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

Shades of Medium Orchid #AD43F2

Tints of Medium Orchid #AD43F2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.9%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 35.89%
G = 13.9%
B = 50.21%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD43F2 (or 0xAD43F2) is known color: Medium Orchid. HEX triplet: AD, 43 and F2. RGB value is (173,67,242). Sum of RGB (Red+Green+Blue) = 173+67+242=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD43F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD43F2 is #52BC0D. Grayscale: #767676. Windows color (decimal): -5422094 or 15877037. OLE color: 15877037.

HSL color Cylindrical-coordinate representation of color #AD43F2: hue angle of 276.34º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD43F2 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 67 242 -
CMYK 0.29 0.72 0 0.05
HSL 276.34º 0.87% 0.61% -
HSV(B) 276.34º 0.72% 0.95% -
XYZ 35.27 19.31 85.87 -
YUV 118.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 173 67 242 0.29 0.72 0 0.05 276.34 0.87 0.61
Hex AD 43 F2 1D 48 0 5 114 57 3D
Octal 255 103 362 35 110 0 5 424 127 75
Binary 10101101 1000011 11110010 11101 1001000 0 101 100010100 1010111 111101

Color Harmonies of #AD43F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD43F2

Black with #AD43F2

Text Example


Text Example

White with #AD43F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD43F2; }

 p { color: rgb(173,67,242); }

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

background-color css

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

 a { background-color: rgb(173,67,242); }

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

border-color css

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

 span { border-color: rgb(173,67,242); }

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