Html Css Color HEX #AF4AEA Medium Orchid

📋 copy color: '#AF4AEA'

red 175 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #AF4AEA

Tints of Medium Orchid #AF4AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.32%

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 36.23%
G = 15.32%
B = 48.45%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF4AEA (or 0xAF4AEA) is known color: Medium Orchid. HEX triplet: AF, 4A and EA. RGB value is (175,74,234). Sum of RGB (Red+Green+Blue) = 175+74+234=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF4AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AEA is #50B515. Grayscale: #797979. Windows color (decimal): -5289238 or 15354543. OLE color: 15354543.

HSL color Cylindrical-coordinate representation of color #AF4AEA: hue angle of 277.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4AEA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 74 234 -
CMYK 0.25 0.68 0 0.08
HSL 277.88º 0.79% 0.6% -
HSV(B) 277.88º 0.68% 0.92% -
XYZ 34.98 19.95 79.85 -
YUV 122.44 190.96 165.49 -
System Red Green Blue C M Y K H S L
Decimal 175 74 234 0.25 0.68 0 0.08 277.88 0.79 0.6
Hex AF 4A EA 19 44 0 8 116 4F 3C
Octal 257 112 352 31 104 0 10 426 117 74
Binary 10101111 1001010 11101010 11001 1000100 0 1000 100010110 1001111 111100

Color Harmonies of #AF4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AEA

Black with #AF4AEA

Text Example


Text Example

White with #AF4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AEA; }

 p { color: rgb(175,74,234); }

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

background-color css

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

 a { background-color: rgb(175,74,234); }

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

border-color css

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

 span { border-color: rgb(175,74,234); }

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