Html Css Color HEX #AF2EBC Dark Orchid

📋 copy color: '#AF2EBC'

red 175 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #AF2EBC

Tints of Dark Orchid #AF2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.25%

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 42.79%
G = 11.25%
B = 45.97%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF2EBC (or 0xAF2EBC) is known color: Dark Orchid. HEX triplet: AF, 2E and BC. RGB value is (175,46,188). Sum of RGB (Red+Green+Blue) = 175+46+188=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EBC is #50D143. Grayscale: #646464. Windows color (decimal): -5296452 or 12332719. OLE color: 12332719.

HSL color Cylindrical-coordinate representation of color #AF2EBC: hue angle of 294.51º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2EBC is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 46 188 -
CMYK 0.07 0.76 0 0.26
HSL 294.51º 0.61% 0.46% -
HSV(B) 294.51º 0.76% 0.74% -
XYZ 27.73 14.7 48.95 -
YUV 100.76 177.24 180.95 -
System Red Green Blue C M Y K H S L
Decimal 175 46 188 0.07 0.76 0 0.26 294.51 0.61 0.46
Hex AF 2E BC 7 4C 0 1A 127 3D 2E
Octal 257 56 274 7 114 0 32 447 75 56
Binary 10101111 101110 10111100 111 1001100 0 11010 100100111 111101 101110

Color Harmonies of #AF2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EBC

Black with #AF2EBC

Text Example


Text Example

White with #AF2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EBC; }

 p { color: rgb(175,46,188); }

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

background-color css

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

 a { background-color: rgb(175,46,188); }

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

border-color css

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

 span { border-color: rgb(175,46,188); }

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