Html Css Color HEX #AF2DBF Dark Orchid

📋 copy color: '#AF2DBF'

red 175 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #AF2DBF

Tints of Dark Orchid #AF2DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 42.58%
G = 10.95%
B = 46.47%

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

#AF2DBF (or 0xAF2DBF) is known color: Dark Orchid. HEX triplet: AF, 2D and BF. RGB value is (175,45,191). Sum of RGB (Red+Green+Blue) = 175+45+191=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DBF is #50D240. Grayscale: #646464. Windows color (decimal): -5296705 or 12529071. OLE color: 12529071.

HSL color Cylindrical-coordinate representation of color #AF2DBF: hue angle of 293.42º degrees, saturation: 0.62, 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 #AF2DBF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 45 191 -
CMYK 0.08 0.76 0 0.25
HSL 293.42º 0.62% 0.46% -
HSV(B) 293.42º 0.76% 0.75% -
XYZ 28.02 14.75 50.66 -
YUV 100.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 175 45 191 0.08 0.76 0 0.25 293.42 0.62 0.46
Hex AF 2D BF 8 4C 0 19 125 3E 2E
Octal 257 55 277 10 114 0 31 445 76 56
Binary 10101111 101101 10111111 1000 1001100 0 11001 100100101 111110 101110

Color Harmonies of #AF2DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DBF

Black with #AF2DBF

Text Example


Text Example

White with #AF2DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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