Html Css Color HEX #AF1BBD Dark Orchid

📋 copy color: '#AF1BBD'

red 175 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #AF1BBD

Tints of Dark Orchid #AF1BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 44.76%
G = 6.91%
B = 48.34%

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

#AF1BBD (or 0xAF1BBD) is known color: Dark Orchid. HEX triplet: AF, 1B and BD. RGB value is (175,27,189). Sum of RGB (Red+Green+Blue) = 175+27+189=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF1BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BBD is #50E442. Grayscale: #595959. Windows color (decimal): -5301315 or 12393391. OLE color: 12393391.

HSL color Cylindrical-coordinate representation of color #AF1BBD: hue angle of 294.81º 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 #AF1BBD is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 27 189 -
CMYK 0.07 0.86 0 0.26
HSL 294.81º 0.75% 0.42% -
HSV(B) 294.81º 0.86% 0.74% -
XYZ 27.26 13.57 49.33 -
YUV 89.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 175 27 189 0.07 0.86 0 0.26 294.81 0.75 0.42
Hex AF 1B BD 7 56 0 1A 127 4B 2A
Octal 257 33 275 7 126 0 32 447 113 52
Binary 10101111 11011 10111101 111 1010110 0 11010 100100111 1001011 101010

Color Harmonies of #AF1BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BBD

Black with #AF1BBD

Text Example


Text Example

White with #AF1BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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