Html Css Color HEX #AF44E0 Medium Orchid

📋 copy color: '#AF44E0'

red 175 ◦ green 68 ◦ blue 224

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

Shades of Medium Orchid #AF44E0

Tints of Medium Orchid #AF44E0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.56%

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 37.47%
G = 14.56%
B = 47.97%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF44E0 (or 0xAF44E0) is known color: Medium Orchid. HEX triplet: AF, 44 and E0. RGB value is (175,68,224). Sum of RGB (Red+Green+Blue) = 175+68+224=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF44E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44E0 is #50BB1F. Grayscale: #757575. Windows color (decimal): -5290784 or 14697647. OLE color: 14697647.

HSL color Cylindrical-coordinate representation of color #AF44E0: hue angle of 281.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF44E0 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 68 224 -
CMYK 0.22 0.70 0 0.12
HSL 281.15º 0.72% 0.57% -
HSV(B) 281.15º 0.7% 0.88% -
XYZ 33.2 18.63 72.37 -
YUV 117.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 175 68 224 0.22 0.70 0 0.12 281.15 0.72 0.57
Hex AF 44 E0 16 46 0 C 119 48 39
Octal 257 104 340 26 106 0 14 431 110 71
Binary 10101111 1000100 11100000 10110 1000110 0 1100 100011001 1001000 111001

Color Harmonies of #AF44E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44E0

Black with #AF44E0

Text Example


Text Example

White with #AF44E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44E0; }

 p { color: rgb(175,68,224); }

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

background-color css

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

 a { background-color: rgb(175,68,224); }

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

border-color css

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

 span { border-color: rgb(175,68,224); }

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