Html Css Color HEX #AF43DB Medium Orchid

📋 copy color: '#AF43DB'

red 175 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #AF43DB

Tints of Medium Orchid #AF43DB

RGB

 RED value IS 175 (68.75% from 255) = 37.96%

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 37.96%
G = 14.53%
B = 47.51%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF43DB (or 0xAF43DB) is known color: Medium Orchid. HEX triplet: AF, 43 and DB. RGB value is (175,67,219). Sum of RGB (Red+Green+Blue) = 175+67+219=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF43DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43DB is #50BC24. Grayscale: #747474. Windows color (decimal): -5291045 or 14369711. OLE color: 14369711.

HSL color Cylindrical-coordinate representation of color #AF43DB: hue angle of 282.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF43DB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 67 219 -
CMYK 0.20 0.69 0 0.14
HSL 282.63º 0.68% 0.56% -
HSV(B) 282.63º 0.69% 0.86% -
XYZ 32.47 18.24 68.83 -
YUV 116.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 175 67 219 0.20 0.69 0 0.14 282.63 0.68 0.56
Hex AF 43 DB 14 45 0 E 11B 44 38
Octal 257 103 333 24 105 0 16 433 104 70
Binary 10101111 1000011 11011011 10100 1000101 0 1110 100011011 1000100 111000

Color Harmonies of #AF43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43DB

Black with #AF43DB

Text Example


Text Example

White with #AF43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43DB; }

 p { color: rgb(175,67,219); }

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

background-color css

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

 a { background-color: rgb(175,67,219); }

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

border-color css

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

 span { border-color: rgb(175,67,219); }

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