Html Css Color HEX #AF2FEC Dark Orchid

📋 copy color: '#AF2FEC'

red 175 ◦ green 47 ◦ blue 236

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

Shades of Dark Orchid #AF2FEC

Tints of Dark Orchid #AF2FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.26%

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 38.21%
G = 10.26%
B = 51.53%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF2FEC (or 0xAF2FEC) is known color: Dark Orchid. HEX triplet: AF, 2F and EC. RGB value is (175,47,236). Sum of RGB (Red+Green+Blue) = 175+47+236=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF2FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FEC is #50D013. Grayscale: #6A6A6A. Windows color (decimal): -5296148 or 15478703. OLE color: 15478703.

HSL color Cylindrical-coordinate representation of color #AF2FEC: hue angle of 280.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2FEC is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 47 236 -
CMYK 0.26 0.80 0 0.07
HSL 280.63º 0.83% 0.55% -
HSV(B) 280.63º 0.8% 0.93% -
XYZ 33.84 17.2 80.89 -
YUV 106.82 200.91 176.63 -
System Red Green Blue C M Y K H S L
Decimal 175 47 236 0.26 0.80 0 0.07 280.63 0.83 0.55
Hex AF 2F EC 1A 50 0 7 119 53 37
Octal 257 57 354 32 120 0 7 431 123 67
Binary 10101111 101111 11101100 11010 1010000 0 111 100011001 1010011 110111

Color Harmonies of #AF2FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FEC

Black with #AF2FEC

Text Example


Text Example

White with #AF2FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FEC; }

 p { color: rgb(175,47,236); }

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

background-color css

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

 a { background-color: rgb(175,47,236); }

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

border-color css

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

 span { border-color: rgb(175,47,236); }

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