Html Css Color HEX #AF2DEE Dark Orchid

📋 copy color: '#AF2DEE'

red 175 ◦ green 45 ◦ blue 238

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

Shades of Dark Orchid #AF2DEE

Tints of Dark Orchid #AF2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.83%

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

R = 38.21%
G = 9.83%
B = 51.97%

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

#AF2DEE (or 0xAF2DEE) is known color: Dark Orchid. HEX triplet: AF, 2D and EE. RGB value is (175,45,238). Sum of RGB (Red+Green+Blue) = 175+45+238=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF2DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2DEE is #50D211. Grayscale: #696969. Windows color (decimal): -5296658 or 15609263. OLE color: 15609263.

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

Color convert

RGB 175 45 238 -
CMYK 0.26 0.81 0 0.07
HSL 280.41º 0.85% 0.55% -
HSV(B) 280.41º 0.81% 0.93% -
XYZ 34.05 17.16 82.41 -
YUV 105.87 202.57 177.31 -
System Red Green Blue C M Y K H S L
Decimal 175 45 238 0.26 0.81 0 0.07 280.41 0.85 0.55
Hex AF 2D EE 1A 51 0 7 118 55 37
Octal 257 55 356 32 121 0 7 430 125 67
Binary 10101111 101101 11101110 11010 1010001 0 111 100011000 1010101 110111

Color Harmonies of #AF2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DEE

Black with #AF2DEE

Text Example


Text Example

White with #AF2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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