Html Css Color HEX #AF2EBE Dark Orchid

📋 copy color: '#AF2EBE'

red 175 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #AF2EBE

Tints of Dark Orchid #AF2EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 42.58%
G = 11.19%
B = 46.23%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF2EBE (or 0xAF2EBE) is known color: Dark Orchid. HEX triplet: AF, 2E and BE. RGB value is (175,46,190). Sum of RGB (Red+Green+Blue) = 175+46+190=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF2EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2EBE is #50D141. Grayscale: #646464. Windows color (decimal): -5296450 or 12463791. OLE color: 12463791.

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

Color convert

RGB 175 46 190 -
CMYK 0.08 0.76 0 0.25
HSL 293.75º 0.61% 0.46% -
HSV(B) 293.75º 0.76% 0.75% -
XYZ 27.95 14.79 50.1 -
YUV 100.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 175 46 190 0.08 0.76 0 0.25 293.75 0.61 0.46
Hex AF 2E BE 8 4C 0 19 126 3D 2E
Octal 257 56 276 10 114 0 31 446 75 56
Binary 10101111 101110 10111110 1000 1001100 0 11001 100100110 111101 101110

Color Harmonies of #AF2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2EBE

Black with #AF2EBE

Text Example


Text Example

White with #AF2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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