Html Css Color HEX #AF2DBC Dark Orchid

📋 copy color: '#AF2DBC'

red 175 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #AF2DBC

Tints of Dark Orchid #AF2DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 42.89%
G = 11.03%
B = 46.08%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF2DBC (or 0xAF2DBC) is known color: Dark Orchid. HEX triplet: AF, 2D and BC. RGB value is (175,45,188). Sum of RGB (Red+Green+Blue) = 175+45+188=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF2DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DBC is #50D243. Grayscale: #636363. Windows color (decimal): -5296708 or 12332463. OLE color: 12332463.

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

Color convert

RGB 175 45 188 -
CMYK 0.07 0.76 0 0.26
HSL 294.55º 0.61% 0.46% -
HSV(B) 294.55º 0.76% 0.74% -
XYZ 27.69 14.62 48.94 -
YUV 100.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 175 45 188 0.07 0.76 0 0.26 294.55 0.61 0.46
Hex AF 2D BC 7 4C 0 1A 127 3D 2E
Octal 257 55 274 7 114 0 32 447 75 56
Binary 10101111 101101 10111100 111 1001100 0 11010 100100111 111101 101110

Color Harmonies of #AF2DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DBC

Black with #AF2DBC

Text Example


Text Example

White with #AF2DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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