Html Css Color HEX #AF2EEE Dark Orchid

📋 copy color: '#AF2EEE'

red 175 ◦ green 46 ◦ blue 238

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

Shades of Dark Orchid #AF2EEE

Tints of Dark Orchid #AF2EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 38.13%
G = 10.02%
B = 51.85%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF2EEE (or 0xAF2EEE) is known color: Dark Orchid. HEX triplet: AF, 2E and EE. RGB value is (175,46,238). Sum of RGB (Red+Green+Blue) = 175+46+238=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF2EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2EEE is #50D111. Grayscale: #696969. Windows color (decimal): -5296402 or 15609519. OLE color: 15609519.

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

Color convert

RGB 175 46 238 -
CMYK 0.26 0.81 0 0.07
HSL 280.31º 0.85% 0.56% -
HSV(B) 280.31º 0.81% 0.93% -
XYZ 34.09 17.24 82.42 -
YUV 106.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 175 46 238 0.26 0.81 0 0.07 280.31 0.85 0.56
Hex AF 2E EE 1A 51 0 7 118 55 38
Octal 257 56 356 32 121 0 7 430 125 70
Binary 10101111 101110 11101110 11010 1010001 0 111 100011000 1010101 111000

Color Harmonies of #AF2EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EEE

Black with #AF2EEE

Text Example


Text Example

White with #AF2EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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