Html Css Color HEX #AF2BCD Dark Orchid

📋 copy color: '#AF2BCD'

red 175 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #AF2BCD

Tints of Dark Orchid #AF2BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.17%

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 41.37%
G = 10.17%
B = 48.46%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF2BCD (or 0xAF2BCD) is known color: Dark Orchid. HEX triplet: AF, 2B and CD. RGB value is (175,43,205). Sum of RGB (Red+Green+Blue) = 175+43+205=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF2BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BCD is #50D432. Grayscale: #646464. Windows color (decimal): -5297203 or 13446063. OLE color: 13446063.

HSL color Cylindrical-coordinate representation of color #AF2BCD: hue angle of 288.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2BCD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 43 205 -
CMYK 0.15 0.79 0 0.20
HSL 288.89º 0.65% 0.49% -
HSV(B) 288.89º 0.79% 0.8% -
XYZ 29.56 15.25 59.14 -
YUV 100.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 175 43 205 0.15 0.79 0 0.20 288.89 0.65 0.49
Hex AF 2B CD F 4F 0 14 121 41 31
Octal 257 53 315 17 117 0 24 441 101 61
Binary 10101111 101011 11001101 1111 1001111 0 10100 100100001 1000001 110001

Color Harmonies of #AF2BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BCD

Black with #AF2BCD

Text Example


Text Example

White with #AF2BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BCD; }

 p { color: rgb(175,43,205); }

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

background-color css

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

 a { background-color: rgb(175,43,205); }

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

border-color css

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

 span { border-color: rgb(175,43,205); }

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