Html Css Color HEX #AF68CA Medium Orchid

📋 copy color: '#AF68CA'

red 175 ◦ green 104 ◦ blue 202

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

Shades of Medium Orchid #AF68CA

Tints of Medium Orchid #AF68CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.62%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 36.38%
G = 21.62%
B = 42%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF68CA (or 0xAF68CA) is known color: Medium Orchid. HEX triplet: AF, 68 and CA. RGB value is (175,104,202). Sum of RGB (Red+Green+Blue) = 175+104+202=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68CA is #509735. Grayscale: #888888. Windows color (decimal): -5281590 or 13265071. OLE color: 13265071.

HSL color Cylindrical-coordinate representation of color #AF68CA: hue angle of 283.47º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF68CA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 104 202 -
CMYK 0.13 0.49 0 0.21
HSL 283.47º 0.48% 0.6% -
HSV(B) 283.47º 0.49% 0.79% -
XYZ 33.29 23.28 58.62 -
YUV 136.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 175 104 202 0.13 0.49 0 0.21 283.47 0.48 0.6
Hex AF 68 CA D 31 0 15 11B 30 3C
Octal 257 150 312 15 61 0 25 433 60 74
Binary 10101111 1101000 11001010 1101 110001 0 10101 100011011 110000 111100

Color Harmonies of #AF68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68CA

Black with #AF68CA

Text Example


Text Example

White with #AF68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68CA; }

 p { color: rgb(175,104,202); }

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

background-color css

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

 a { background-color: rgb(175,104,202); }

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

border-color css

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

 span { border-color: rgb(175,104,202); }

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