Html Css Color HEX #AF65EB Medium Orchid

📋 copy color: '#AF65EB'

red 175 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #AF65EB

Tints of Medium Orchid #AF65EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.77%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 34.25%
G = 19.77%
B = 45.99%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF65EB (or 0xAF65EB) is known color: Medium Orchid. HEX triplet: AF, 65 and EB. RGB value is (175,101,235). Sum of RGB (Red+Green+Blue) = 175+101+235=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65EB is #509A14. Grayscale: #898989. Windows color (decimal): -5282325 or 15426991. OLE color: 15426991.

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

Color convert

RGB 175 101 235 -
CMYK 0.26 0.57 0 0.08
HSL 273.13º 0.77% 0.66% -
HSV(B) 273.13º 0.57% 0.92% -
XYZ 37.33 24.42 81.34 -
YUV 138.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 175 101 235 0.26 0.57 0 0.08 273.13 0.77 0.66
Hex AF 65 EB 1A 39 0 8 111 4D 42
Octal 257 145 353 32 71 0 10 421 115 102
Binary 10101111 1100101 11101011 11010 111001 0 1000 100010001 1001101 1000010

Color Harmonies of #AF65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65EB

Black with #AF65EB

Text Example


Text Example

White with #AF65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65EB; }

 p { color: rgb(175,101,235); }

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

background-color css

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

 a { background-color: rgb(175,101,235); }

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

border-color css

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

 span { border-color: rgb(175,101,235); }

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