Html Css Color HEX #AF66EA Medium Orchid

📋 copy color: '#AF66EA'

red 175 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #AF66EA

Tints of Medium Orchid #AF66EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.96%

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

R = 34.25%
G = 19.96%
B = 45.79%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF66EA (or 0xAF66EA) is known color: Medium Orchid. HEX triplet: AF, 66 and EA. RGB value is (175,102,234). Sum of RGB (Red+Green+Blue) = 175+102+234=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF66EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66EA is #509915. Grayscale: #8A8A8A. Windows color (decimal): -5282070 or 15361711. OLE color: 15361711.

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

Color convert

RGB 175 102 234 -
CMYK 0.25 0.56 0 0.08
HSL 273.18º 0.76% 0.66% -
HSV(B) 273.18º 0.56% 0.92% -
XYZ 37.28 24.56 80.62 -
YUV 138.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 175 102 234 0.25 0.56 0 0.08 273.18 0.76 0.66
Hex AF 66 EA 19 38 0 8 111 4C 42
Octal 257 146 352 31 70 0 10 421 114 102
Binary 10101111 1100110 11101010 11001 111000 0 1000 100010001 1001100 1000010

Color Harmonies of #AF66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66EA

Black with #AF66EA

Text Example


Text Example

White with #AF66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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