Html Css Color HEX #AF66E7 Medium Orchid

📋 copy color: '#AF66E7'

red 175 ◦ green 102 ◦ blue 231

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

Shades of Medium Orchid #AF66E7

Tints of Medium Orchid #AF66E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 34.45%
G = 20.08%
B = 45.47%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF66E7 (or 0xAF66E7) is known color: Medium Orchid. HEX triplet: AF, 66 and E7. RGB value is (175,102,231). Sum of RGB (Red+Green+Blue) = 175+102+231=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF66E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66E7 is #509918. Grayscale: #8A8A8A. Windows color (decimal): -5282073 or 15165103. OLE color: 15165103.

HSL color Cylindrical-coordinate representation of color #AF66E7: hue angle of 273.95º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF66E7 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 102 231 -
CMYK 0.24 0.56 0 0.09
HSL 273.95º 0.73% 0.65% -
HSV(B) 273.95º 0.56% 0.91% -
XYZ 36.85 24.39 78.37 -
YUV 138.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 175 102 231 0.24 0.56 0 0.09 273.95 0.73 0.65
Hex AF 66 E7 18 38 0 9 112 49 41
Octal 257 146 347 30 70 0 11 422 111 101
Binary 10101111 1100110 11100111 11000 111000 0 1001 100010010 1001001 1000001

Color Harmonies of #AF66E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66E7

Black with #AF66E7

Text Example


Text Example

White with #AF66E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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