Html Css Color HEX #AF2FBC Dark Orchid

📋 copy color: '#AF2FBC'

red 175 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #AF2FBC

Tints of Dark Orchid #AF2FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.46%

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

R = 42.68%
G = 11.46%
B = 45.85%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF2FBC (or 0xAF2FBC) is known color: Dark Orchid. HEX triplet: AF, 2F and BC. RGB value is (175,47,188). Sum of RGB (Red+Green+Blue) = 175+47+188=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FBC is #50D043. Grayscale: #646464. Windows color (decimal): -5296196 or 12332975. OLE color: 12332975.

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

Color convert

RGB 175 47 188 -
CMYK 0.07 0.75 0 0.26
HSL 294.47º 0.6% 0.46% -
HSV(B) 294.47º 0.75% 0.74% -
XYZ 27.77 14.78 48.97 -
YUV 101.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 175 47 188 0.07 0.75 0 0.26 294.47 0.6 0.46
Hex AF 2F BC 7 4B 0 1A 126 3C 2E
Octal 257 57 274 7 113 0 32 446 74 56
Binary 10101111 101111 10111100 111 1001011 0 11010 100100110 111100 101110

Color Harmonies of #AF2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FBC

Black with #AF2FBC

Text Example


Text Example

White with #AF2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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