Html Css Color HEX #AF1BBA Dark Orchid

📋 copy color: '#AF1BBA'

red 175 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #AF1BBA

Tints of Dark Orchid #AF1BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 45.1%
G = 6.96%
B = 47.94%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF1BBA (or 0xAF1BBA) is known color: Dark Orchid. HEX triplet: AF, 1B and BA. RGB value is (175,27,186). Sum of RGB (Red+Green+Blue) = 175+27+186=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BBA is #50E445. Grayscale: #585858. Windows color (decimal): -5301318 or 12196783. OLE color: 12196783.

HSL color Cylindrical-coordinate representation of color #AF1BBA: hue angle of 295.85º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1BBA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 27 186 -
CMYK 0.06 0.85 0 0.27
HSL 295.85º 0.75% 0.42% -
HSV(B) 295.85º 0.85% 0.73% -
XYZ 26.93 13.44 47.63 -
YUV 89.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 175 27 186 0.06 0.85 0 0.27 295.85 0.75 0.42
Hex AF 1B BA 6 55 0 1B 128 4B 2A
Octal 257 33 272 6 125 0 33 450 113 52
Binary 10101111 11011 10111010 110 1010101 0 11011 100101000 1001011 101010

Color Harmonies of #AF1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BBA

Black with #AF1BBA

Text Example


Text Example

White with #AF1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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