Html Css Color HEX #AF2CBC Dark Orchid

📋 copy color: '#AF2CBC'

red 175 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #AF2CBC

Tints of Dark Orchid #AF2CBC

RGB

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

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

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

R = 43%
G = 10.81%
B = 46.19%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF2CBC (or 0xAF2CBC) is known color: Dark Orchid. HEX triplet: AF, 2C and BC. RGB value is (175,44,188). Sum of RGB (Red+Green+Blue) = 175+44+188=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CBC is #50D343. Grayscale: #636363. Windows color (decimal): -5296964 or 12332207. OLE color: 12332207.

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

Color convert

RGB 175 44 188 -
CMYK 0.07 0.77 0 0.26
HSL 294.58º 0.62% 0.45% -
HSV(B) 294.58º 0.77% 0.74% -
XYZ 27.66 14.55 48.93 -
YUV 99.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 175 44 188 0.07 0.77 0 0.26 294.58 0.62 0.45
Hex AF 2C BC 7 4D 0 1A 127 3E 2D
Octal 257 54 274 7 115 0 32 447 76 55
Binary 10101111 101100 10111100 111 1001101 0 11010 100100111 111110 101101

Color Harmonies of #AF2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CBC

Black with #AF2CBC

Text Example


Text Example

White with #AF2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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