Html Css Color HEX #AF2CBF Dark Orchid

📋 copy color: '#AF2CBF'

red 175 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #AF2CBF

Tints of Dark Orchid #AF2CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.73%

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

R = 42.68%
G = 10.73%
B = 46.59%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF2CBF (or 0xAF2CBF) is known color: Dark Orchid. HEX triplet: AF, 2C and BF. RGB value is (175,44,191). Sum of RGB (Red+Green+Blue) = 175+44+191=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF2CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CBF is #50D340. Grayscale: #636363. Windows color (decimal): -5296961 or 12528815. OLE color: 12528815.

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

Color convert

RGB 175 44 191 -
CMYK 0.08 0.77 0 0.25
HSL 293.47º 0.63% 0.46% -
HSV(B) 293.47º 0.77% 0.75% -
XYZ 27.98 14.68 50.65 -
YUV 99.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 175 44 191 0.08 0.77 0 0.25 293.47 0.63 0.46
Hex AF 2C BF 8 4D 0 19 125 3F 2E
Octal 257 54 277 10 115 0 31 445 77 56
Binary 10101111 101100 10111111 1000 1001101 0 11001 100100101 111111 101110

Color Harmonies of #AF2CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CBF

Black with #AF2CBF

Text Example


Text Example

White with #AF2CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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