Html Css Color HEX #AF65E4 Medium Orchid

📋 copy color: '#AF65E4'

red 175 ◦ green 101 ◦ blue 228

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

Shades of Medium Orchid #AF65E4

Tints of Medium Orchid #AF65E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 34.72%
G = 20.04%
B = 45.24%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF65E4 (or 0xAF65E4) is known color: Medium Orchid. HEX triplet: AF, 65 and E4. RGB value is (175,101,228). Sum of RGB (Red+Green+Blue) = 175+101+228=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF65E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65E4 is #509A1B. Grayscale: #898989. Windows color (decimal): -5282332 or 14968239. OLE color: 14968239.

HSL color Cylindrical-coordinate representation of color #AF65E4: hue angle of 274.96º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF65E4 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 101 228 -
CMYK 0.23 0.56 0 0.11
HSL 274.96º 0.7% 0.65% -
HSV(B) 274.96º 0.56% 0.89% -
XYZ 36.34 24.02 76.12 -
YUV 137.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 175 101 228 0.23 0.56 0 0.11 274.96 0.7 0.65
Hex AF 65 E4 17 38 0 B 113 46 41
Octal 257 145 344 27 70 0 13 423 106 101
Binary 10101111 1100101 11100100 10111 111000 0 1011 100010011 1000110 1000001

Color Harmonies of #AF65E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65E4

Black with #AF65E4

Text Example


Text Example

White with #AF65E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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