Html Css Color HEX #AF2FED Dark Orchid

📋 copy color: '#AF2FED'

red 175 ◦ green 47 ◦ blue 237

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

Shades of Dark Orchid #AF2FED

Tints of Dark Orchid #AF2FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 38.13%
G = 10.24%
B = 51.63%

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

#AF2FED (or 0xAF2FED) is known color: Dark Orchid. HEX triplet: AF, 2F and ED. RGB value is (175,47,237). Sum of RGB (Red+Green+Blue) = 175+47+237=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF2FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FED is #50D012. Grayscale: #6A6A6A. Windows color (decimal): -5296147 or 15544239. OLE color: 15544239.

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

Color convert

RGB 175 47 237 -
CMYK 0.26 0.80 0 0.07
HSL 280.42º 0.84% 0.56% -
HSV(B) 280.42º 0.8% 0.93% -
XYZ 33.98 17.26 81.66 -
YUV 106.93 201.41 176.55 -
System Red Green Blue C M Y K H S L
Decimal 175 47 237 0.26 0.80 0 0.07 280.42 0.84 0.56
Hex AF 2F ED 1A 50 0 7 118 54 38
Octal 257 57 355 32 120 0 7 430 124 70
Binary 10101111 101111 11101101 11010 1010000 0 111 100011000 1010100 111000

Color Harmonies of #AF2FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FED

Black with #AF2FED

Text Example


Text Example

White with #AF2FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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