Html Css Color HEX #AF1BBC Dark Orchid

📋 copy color: '#AF1BBC'

red 175 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #AF1BBC

Tints of Dark Orchid #AF1BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.92%

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

R = 44.87%
G = 6.92%
B = 48.21%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF1BBC (or 0xAF1BBC) is known color: Dark Orchid. HEX triplet: AF, 1B and BC. RGB value is (175,27,188). Sum of RGB (Red+Green+Blue) = 175+27+188=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF1BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BBC is #50E443. Grayscale: #595959. Windows color (decimal): -5301316 or 12327855. OLE color: 12327855.

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

Color convert

RGB 175 27 188 -
CMYK 0.07 0.86 0 0.26
HSL 295.16º 0.75% 0.42% -
HSV(B) 295.16º 0.86% 0.74% -
XYZ 27.15 13.53 48.76 -
YUV 89.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 175 27 188 0.07 0.86 0 0.26 295.16 0.75 0.42
Hex AF 1B BC 7 56 0 1A 127 4B 2A
Octal 257 33 274 7 126 0 32 447 113 52
Binary 10101111 11011 10111100 111 1010110 0 11010 100100111 1001011 101010

Color Harmonies of #AF1BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BBC

Black with #AF1BBC

Text Example


Text Example

White with #AF1BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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